OSDN Git Service

Move SettingsRobolectricTestRunner to testutils.
authorFan Zhang <zhfan@google.com>
Wed, 11 Oct 2017 19:22:56 +0000 (12:22 -0700)
committerFan Zhang <zhfan@google.com>
Wed, 11 Oct 2017 19:27:12 +0000 (12:27 -0700)
commitdf9438949282930a0cea0a288dd695e06d9ab975
tree936fc2e77274bfeff4e6b726573a66cc2d69cde2
parentc4b0fa585849641f07ecfed395db3437eca27dbb
Move SettingsRobolectricTestRunner to testutils.

Change-Id: Ia0017983b844cabafc10478adf4839f5755f514c
Merged-In: I6612b1f26404587301c534c8ba60e39d59d6c840
Fixes: 67688380
Test: robotests
350 files changed:
tests/robotests/src/com/android/settings/ConfirmCredentialTest.java
tests/robotests/src/com/android/settings/DeviceAdminAddTest.java
tests/robotests/src/com/android/settings/DeviceInfoSettingsTest.java
tests/robotests/src/com/android/settings/DisplaySettingsTest.java
tests/robotests/src/com/android/settings/EncryptionAndCredentialTest.java
tests/robotests/src/com/android/settings/LegalSettingsTest.java
tests/robotests/src/com/android/settings/LicenseHtmlGeneratorFromXmlTest.java
tests/robotests/src/com/android/settings/LicenseHtmlLoaderTest.java
tests/robotests/src/com/android/settings/MasterClearTest.java
tests/robotests/src/com/android/settings/PrivacySettingsTest.java
tests/robotests/src/com/android/settings/SecuritySettingsTest.java
tests/robotests/src/com/android/settings/SettingsActivityTest.java
tests/robotests/src/com/android/settings/SettingsDialogFragmentTest.java
tests/robotests/src/com/android/settings/SettingsDumpServiceTest.java
tests/robotests/src/com/android/settings/SettingsLicenseActivityTest.java
tests/robotests/src/com/android/settings/SettingsPreferenceFragmentTest.java
tests/robotests/src/com/android/settings/SetupChooseLockPatternTest.java
tests/robotests/src/com/android/settings/SetupWizardUtilsTest.java
tests/robotests/src/com/android/settings/SummaryPreferenceTest.java
tests/robotests/src/com/android/settings/TetherServiceTest.java
tests/robotests/src/com/android/settings/UtilsTest.java
tests/robotests/src/com/android/settings/ZonePickerTest.java
tests/robotests/src/com/android/settings/accessibility/AccessibilitySettingsTest.java
tests/robotests/src/com/android/settings/accessibility/ShortcutServicePickerFragmentTest.java
tests/robotests/src/com/android/settings/accounts/AccountDetailDashboardFragmentTest.java
tests/robotests/src/com/android/settings/accounts/AccountPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/AccountPreferenceTest.java
tests/robotests/src/com/android/settings/accounts/AccountSyncPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/AccountTypePreferenceLoaderTest.java
tests/robotests/src/com/android/settings/accounts/AddUserWhenLockedPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/AutoSyncDataPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/AutoSyncPersonalDataPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/AutoSyncWorkDataPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/EmergencyInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/RemoveAccountPreferenceControllerTest.java
tests/robotests/src/com/android/settings/accounts/RemoveUserFragmentTest.java
tests/robotests/src/com/android/settings/applications/AdvancedAppSettingsTest.java
tests/robotests/src/com/android/settings/applications/AppAndNotificationDashboardFragmentTest.java
tests/robotests/src/com/android/settings/applications/AppHeaderControllerTest.java
tests/robotests/src/com/android/settings/applications/AppInfoWithHeaderTest.java
tests/robotests/src/com/android/settings/applications/AppStateAppOpsBridgeTest.java
tests/robotests/src/com/android/settings/applications/AppStateInstallAppsBridgeTest.java
tests/robotests/src/com/android/settings/applications/AppStorageSizesControllerTest.java
tests/robotests/src/com/android/settings/applications/AppWithAdminGrantedPermissionsCounterTest.java
tests/robotests/src/com/android/settings/applications/AppWithAdminGrantedPermissionsListerTest.java
tests/robotests/src/com/android/settings/applications/ApplicationFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/applications/DrawOverlayDetailsTest.java
tests/robotests/src/com/android/settings/applications/EnterpriseDefaultAppsTest.java
tests/robotests/src/com/android/settings/applications/FetchPackageStorageAsyncLoaderTest.java
tests/robotests/src/com/android/settings/applications/InstalledAppCounterTest.java
tests/robotests/src/com/android/settings/applications/InstalledAppDetailsTest.java
tests/robotests/src/com/android/settings/applications/InstalledAppListerTest.java
tests/robotests/src/com/android/settings/applications/LayoutPreferenceTest.java
tests/robotests/src/com/android/settings/applications/ManageApplicationsTest.java
tests/robotests/src/com/android/settings/applications/MusicViewHolderControllerTest.java
tests/robotests/src/com/android/settings/applications/PictureInPictureDetailsTest.java
tests/robotests/src/com/android/settings/applications/PremiumSmsAccessTest.java
tests/robotests/src/com/android/settings/applications/SpecialAppAccessPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/UsageAccessDetailsTest.java
tests/robotests/src/com/android/settings/applications/VrListenerSettingsTest.java
tests/robotests/src/com/android/settings/applications/WriteSettingsDetailsTest.java
tests/robotests/src/com/android/settings/applications/assist/AssistContextPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/assist/AssistFlashScreenPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/assist/AssistSettingObserverTest.java
tests/robotests/src/com/android/settings/applications/assist/DefaultAssistPickerTest.java
tests/robotests/src/com/android/settings/applications/assist/DefaultAssistPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/assist/ManageAssistTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAppInfoTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAppPickerFragmentTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAppPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultAutofillPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultBrowserPickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultBrowserPreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultEmergencyPickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultHomePickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultHomePreferenceControllerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultNotificationAssistantPickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultPhonePickerTest.java
tests/robotests/src/com/android/settings/applications/defaultapps/DefaultSmsPickerTest.java
tests/robotests/src/com/android/settings/applications/instantapps/InstantAppButtonsControllerTest.java
tests/robotests/src/com/android/settings/backup/BackupSettingsActivityPreferenceControllerTest.java
tests/robotests/src/com/android/settings/backup/BackupSettingsActivityTest.java
tests/robotests/src/com/android/settings/backup/BackupSettingsHelperTest.java
tests/robotests/src/com/android/settings/backup/BackupSettingsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothDevicePreferenceTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothEnablerTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothMasterSwitchPreferenceControllerTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothPairingDialogTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothSettingsSummaryProviderTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothSettingsTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothSummaryUpdaterTest.java
tests/robotests/src/com/android/settings/bluetooth/DeviceProfilesSettingsTest.java
tests/robotests/src/com/android/settings/bluetooth/UtilsTest.java
tests/robotests/src/com/android/settings/conditional/ConditionAdapterUtilsTest.java
tests/robotests/src/com/android/settings/connecteddevice/ConnectedDeviceDashboardFragmentTest.java
tests/robotests/src/com/android/settings/connecteddevice/UsbModePreferenceControllerTest.java
tests/robotests/src/com/android/settings/core/DynamicAvailabilityPreferenceControllerTest.java
tests/robotests/src/com/android/settings/core/codeinspection/CodeInspectionTest.java
tests/robotests/src/com/android/settings/core/instrumentation/InstrumentedDialogFragmentTest.java
tests/robotests/src/com/android/settings/core/instrumentation/MetricsFeatureProviderTest.java
tests/robotests/src/com/android/settings/core/instrumentation/SharedPreferenceLoggerTest.java
tests/robotests/src/com/android/settings/core/instrumentation/VisibilityLoggerMixinTest.java
tests/robotests/src/com/android/settings/core/lifecycle/LifecycleTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardAdapterTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardFragmentTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardItemAnimatorTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardSummaryTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardTilePlaceholderPreferenceControllerTest.java
tests/robotests/src/com/android/settings/dashboard/ProgressiveDisclosureTest.java
tests/robotests/src/com/android/settings/dashboard/SummaryLoaderTest.java
tests/robotests/src/com/android/settings/dashboard/SupportItemAdapterTest.java
tests/robotests/src/com/android/settings/dashboard/conditional/ConditionTest.java
tests/robotests/src/com/android/settings/dashboard/conditional/DndConditionTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/EventStoreTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionDismissControllerTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionFeaturizerTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionRankerTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionsChecksTest.java
tests/robotests/src/com/android/settings/datausage/AppPrefLoaderTest.java
tests/robotests/src/com/android/settings/datausage/BillingCycleSettingsTest.java
tests/robotests/src/com/android/settings/datausage/DataUsageInfoControllerTest.java
tests/robotests/src/com/android/settings/datausage/DataUsageListTest.java
tests/robotests/src/com/android/settings/datausage/DataUsageSummaryTest.java
tests/robotests/src/com/android/settings/datausage/UnrestrictedDataAccessTest.java
tests/robotests/src/com/android/settings/datetime/AutoTimePreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/AutoTimeZonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/DatePreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/TimeChangeListenerMixinTest.java
tests/robotests/src/com/android/settings/datetime/TimeFormatPreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/TimePreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/TimeZonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/datetime/ZonePickerTest.java
tests/robotests/src/com/android/settings/deletionhelper/AutomaticStorageManagerSwitchBarControllerTest.java
tests/robotests/src/com/android/settings/development/BugReportInPowerPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BugReportPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/DevelopmentSettingsEnablerTest.java
tests/robotests/src/com/android/settings/development/DevelopmentSettingsTest.java
tests/robotests/src/com/android/settings/development/TelephonyMonitorPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/VerifyAppsOverUsbPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/BasebandVersionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/BuildNumberPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/DeviceModelPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/FccEquipmentIdPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/FeedbackPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/FirmwareVersionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/HardwareInfoDialogFragmentTest.java
tests/robotests/src/com/android/settings/deviceinfo/KernelVersionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/ManualPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/PrivateVolumeOptionMenuControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/RegulatoryInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/SerialNumberPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/StorageDashboardFragmentTest.java
tests/robotests/src/com/android/settings/deviceinfo/StorageItemPreferenceTest.java
tests/robotests/src/com/android/settings/deviceinfo/StorageProfileFragmentTest.java
tests/robotests/src/com/android/settings/deviceinfo/StorageSettingsTest.java
tests/robotests/src/com/android/settings/deviceinfo/SystemUpdatePreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/UsbBackendTest.java
tests/robotests/src/com/android/settings/deviceinfo/UsbModeChooserActivityTest.java
tests/robotests/src/com/android/settings/deviceinfo/storage/AutomaticStorageManagementSwitchPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/storage/SecondaryUserControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/storage/StorageItemPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/storage/StorageSummaryDonutPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/storage/UserProfileControllerTest.java
tests/robotests/src/com/android/settings/display/AutoBrightnessPreferenceControllerTest.java
tests/robotests/src/com/android/settings/display/BatteryPercentagePreferenceControllerTest.java
tests/robotests/src/com/android/settings/display/ThemePreferenceControllerTest.java
tests/robotests/src/com/android/settings/display/TimeoutPreferenceControllerTest.java
tests/robotests/src/com/android/settings/display/VrDisplayPreferencePickerTest.java
tests/robotests/src/com/android/settings/enterprise/AdminActionPreferenceControllerBaseTest.java
tests/robotests/src/com/android/settings/enterprise/AdminGrantedCameraPermissionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/AdminGrantedLocationPermissionsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/AdminGrantedMicrophonePermissionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/AdminGrantedPermissionsPreferenceControllerBaseTest.java
tests/robotests/src/com/android/settings/enterprise/AlwaysOnVpnCurrentUserPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/AlwaysOnVpnManagedProfilePreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/ApplicationListFragmentTest.java
tests/robotests/src/com/android/settings/enterprise/ApplicationListPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/BugReportsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/CaCertsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/EnterpriseInstalledPackagesPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/EnterprisePrivacyFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/enterprise/EnterprisePrivacyPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/EnterprisePrivacySettingsTest.java
tests/robotests/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsListFragmentTest.java
tests/robotests/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsListPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/EnterpriseSetDefaultAppsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/ExposureChangesCategoryPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/FailedPasswordWipeCurrentUserPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/FailedPasswordWipeManagedProfilePreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/FailedPasswordWipePreferenceControllerBaseTest.java
tests/robotests/src/com/android/settings/enterprise/GlobalHttpProxyPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/ImePreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/ManageDeviceAdminPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/NetworkLogsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/enterprise/SecurityLogsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/fingerprint/FingerprintEnrollFindSensorTest.java
tests/robotests/src/com/android/settings/fingerprint/FingerprintLocationAnimationVideoViewTest.java
tests/robotests/src/com/android/settings/fuelgauge/AdvancedPowerUsageDetailTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryBroadcastReceiverTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryHeaderPreferenceControllerTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryHistoryPreferenceTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryMeterViewTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatterySaverControllerTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryStatsHelperLoaderTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryUtilsTest.java
tests/robotests/src/com/android/settings/fuelgauge/ButtonActionDialogFragmentTest.java
tests/robotests/src/com/android/settings/fuelgauge/HighPowerDetailTest.java
tests/robotests/src/com/android/settings/fuelgauge/PowerUsageAdvancedTest.java
tests/robotests/src/com/android/settings/fuelgauge/PowerUsageFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/fuelgauge/PowerUsageSummaryTest.java
tests/robotests/src/com/android/settings/gestures/AssistGesturePreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/AssistGestureSensitivityPreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/AssistGestureSettingsTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTapPowerPreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTapPowerSettingsTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTapScreenPreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTapScreenSettingsTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTwistGestureSettingsTest.java
tests/robotests/src/com/android/settings/gestures/DoubleTwistPreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/GesturePreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/PIckupGesturePreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/PickupGestureSettingsTest.java
tests/robotests/src/com/android/settings/gestures/SwipeToNotificationPreferenceControllerTest.java
tests/robotests/src/com/android/settings/gestures/SwipeToNotificationSettingsTest.java
tests/robotests/src/com/android/settings/inputmethod/GameControllerPreferenceControllerTest.java
tests/robotests/src/com/android/settings/inputmethod/PhysicalKeyboardPreferenceControllerTest.java
tests/robotests/src/com/android/settings/inputmethod/SpellCheckerPreferenceControllerTest.java
tests/robotests/src/com/android/settings/inputmethod/VirtualKeyboardPreferenceControllerTest.java
tests/robotests/src/com/android/settings/language/LanguageAndInputSettingsTest.java
tests/robotests/src/com/android/settings/language/PhoneLanguagePreferenceControllerTest.java
tests/robotests/src/com/android/settings/language/TtsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/language/UserDictionaryPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/AppLocationPermissionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/MobileNetworkPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/MobilePlanPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/NetworkDashboardFragmentTest.java
tests/robotests/src/com/android/settings/network/NetworkResetActionMenuControllerTest.java
tests/robotests/src/com/android/settings/network/NetworkResetPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/NetworkResetRestrictionCheckerTest.java
tests/robotests/src/com/android/settings/network/NetworkScorerPickerPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/NetworkScorerPickerTest.java
tests/robotests/src/com/android/settings/network/TetherPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/VpnPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/WifiCallingPreferenceControllerTest.java
tests/robotests/src/com/android/settings/nfc/PaymentSettingsTest.java
tests/robotests/src/com/android/settings/notification/AdjustVolumeRestrictedPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AlarmRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AlarmVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/BootSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/CastPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ChargingSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DialPadTonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DockAudioMediaPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DockingSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/EmergencyBroadcastPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/EmergencyTonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/MediaVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationAccessSettingsTest.java
tests/robotests/src/com/android/settings/notification/NotificationBackendTest.java
tests/robotests/src/com/android/settings/notification/NotificationRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/RingVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/RingtonePreferenceControllerBaseTest.java
tests/robotests/src/com/android/settings/notification/ScreenLockSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/SettingPrefControllerTest.java
tests/robotests/src/com/android/settings/notification/SoundSettingsTest.java
tests/robotests/src/com/android/settings/notification/TouchSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VibrateOnTouchPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VibrateWhenRingPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VolumeSeekBarPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/WorkSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ZenAccessSettingsTest.java
tests/robotests/src/com/android/settings/notification/ZenModePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ZenModeSettingsTest.java
tests/robotests/src/com/android/settings/password/SetNewPasswordActivityTest.java
tests/robotests/src/com/android/settings/password/SetNewPasswordControllerTest.java
tests/robotests/src/com/android/settings/print/PrintSettingsFragmentTest.java
tests/robotests/src/com/android/settings/search/BaseSearchIndexProviderTest.java
tests/robotests/src/com/android/settings/search/DataIntegrityTest.java
tests/robotests/src/com/android/settings/search/DatabaseIndexingUtilsTest.java
tests/robotests/src/com/android/settings/search/DatabaseRowTest.java
tests/robotests/src/com/android/settings/search/DynamicIndexableContentMonitorTest.java
tests/robotests/src/com/android/settings/search/InlineSwitchPayloadTest.java
tests/robotests/src/com/android/settings/search/InlineSwitchViewHolderTest.java
tests/robotests/src/com/android/settings/search/IntentPayloadTest.java
tests/robotests/src/com/android/settings/search/IntentSearchViewHolderTest.java
tests/robotests/src/com/android/settings/search/ResultPayloadUtilsTest.java
tests/robotests/src/com/android/settings/search/SearchFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/search/SearchIndexableResourcesTest.java
tests/robotests/src/com/android/settings/search/SearchResultBuilderTest.java
tests/robotests/src/com/android/settings/search/SearchResultsAdapterTest.java
tests/robotests/src/com/android/settings/search/XmlParserUtilTest.java
tests/robotests/src/com/android/settings/search2/CursorToSearchResultConverterTest.java
tests/robotests/src/com/android/settings/search2/DatabaseIndexingManagerTest.java
tests/robotests/src/com/android/settings/search2/DatabaseResultLoaderTest.java
tests/robotests/src/com/android/settings/search2/InstalledAppResultLoaderTest.java
tests/robotests/src/com/android/settings/search2/SavedQueryLoaderTest.java
tests/robotests/src/com/android/settings/search2/SavedQueryPayloadTest.java
tests/robotests/src/com/android/settings/search2/SavedQueryRecorderAndRemoverTest.java
tests/robotests/src/com/android/settings/search2/SavedQueryViewHolderTest.java
tests/robotests/src/com/android/settings/search2/SearchFragmentTest.java
tests/robotests/src/com/android/settings/search2/SiteMapManagerTest.java
tests/robotests/src/com/android/settings/security/LockscreenDashboardFragmentTest.java
tests/robotests/src/com/android/settings/security/OwnerInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/security/SecurityFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/suggestions/SettingsSuggestionsTest.java
tests/robotests/src/com/android/settings/support/SupportConfigTest.java
tests/robotests/src/com/android/settings/support/SupportDisclaimerDialogFragmentTest.java
tests/robotests/src/com/android/settings/survey/SurveyMixinTest.java
tests/robotests/src/com/android/settings/system/FactoryResetPreferenceControllerTest.java
tests/robotests/src/com/android/settings/system/SystemDashboardFragmentTest.java
tests/robotests/src/com/android/settings/testutils/SettingsRobolectricTestRunner.java [moved from tests/robotests/src/com/android/settings/SettingsRobolectricTestRunner.java with 98% similarity]
tests/robotests/src/com/android/settings/trustagent/TrustAgentFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/users/UserFeatureProviderImplTest.java
tests/robotests/src/com/android/settings/users/UserPreferenceTest.java
tests/robotests/src/com/android/settings/users/UserSettingsTest.java
tests/robotests/src/com/android/settings/utils/LocalClassLoaderContextThemeWrapperTest.java
tests/robotests/src/com/android/settings/vpn2/AppDialogFragmentTest.java
tests/robotests/src/com/android/settings/vpn2/VpnUtilsTest.java
tests/robotests/src/com/android/settings/wallpaper/WallpaperSuggestionActivityTest.java
tests/robotests/src/com/android/settings/webview/WebViewAppPickerTest.java
tests/robotests/src/com/android/settings/webview/WebViewAppPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wfd/WifiDisplaySettingsTest.java
tests/robotests/src/com/android/settings/widget/DefaultIndicatorSeekBarTest.java
tests/robotests/src/com/android/settings/widget/FooterPreferenceMixinTest.java
tests/robotests/src/com/android/settings/widget/FooterPreferenceTest.java
tests/robotests/src/com/android/settings/widget/MasterSwitchPreferenceTest.java
tests/robotests/src/com/android/settings/widget/RadioButtonPickerFragmentTest.java
tests/robotests/src/com/android/settings/widget/RingProgressBarTest.java
tests/robotests/src/com/android/settings/widget/RtlCompatibleViewPagerTest.java
tests/robotests/src/com/android/settings/widget/SummaryUpdaterTest.java
tests/robotests/src/com/android/settings/wifi/CellularFallbackPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/LinkablePreferenceTest.java
tests/robotests/src/com/android/settings/wifi/NotifyOpenNetworkPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/UseOpenWifiPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WifiConfigControllerTest.java
tests/robotests/src/com/android/settings/wifi/WifiEnablerTest.java
tests/robotests/src/com/android/settings/wifi/WifiInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WifiMasterSwitchPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WifiSummaryUpdaterTest.java
tests/robotests/src/com/android/settings/wifi/WifiWakeupPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WpsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WriteWifiConfigToNfcDialogTest.java
tests/robotests/src/com/android/settings/wifi/details/WifiDetailPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/p2p/WifiP2PPreferenceControllerTest.java