OSDN Git Service

Convert SettingsLib Lifecycle to Flatfoot
authorTony Mantler <nicoya@google.com>
Fri, 10 Nov 2017 21:14:50 +0000 (13:14 -0800)
committerTony Mantler <nicoya@google.com>
Tue, 14 Nov 2017 19:04:40 +0000 (11:04 -0800)
commit94a7c7d21c7dea18400642463ff4fc7d75ad1923
treebbbfc764029072c07a1ca2136741be5eb83dc563
parent4f74ed2d07a535587e5bd9ca20c44f86c7858298
Convert SettingsLib Lifecycle to Flatfoot

Bug: 69257739
Test: m -j RunSettingsRoboTests
Change-Id: I27e7850c39afb9c09297007e8cc352f410665653
45 files changed:
tests/robotests/src/com/android/settings/accounts/AccountHeaderPreferenceControllerTest.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/manageapplications/ManageApplicationsTest.java
tests/robotests/src/com/android/settings/bluetooth/BluetoothDetailsControllerTestBase.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionControllerMixinTest.java
tests/robotests/src/com/android/settings/development/AbstractBluetoothA2dpPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BluetoothAudioBitsPerSamplePreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BluetoothAudioChannelModePreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BluetoothAudioCodecPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BluetoothAudioQualityPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/BluetoothAudioSampleRatePreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/DevelopmentSwitchBarControllerTest.java
tests/robotests/src/com/android/settings/development/LogPersistPreferenceControllerV2Test.java
tests/robotests/src/com/android/settings/development/LogpersistPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/PictureColorModePreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/SelectUsbConfigPreferenceControllerTest.java
tests/robotests/src/com/android/settings/development/featureflags/FeatureFlagPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/BatteryInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/BuildNumberPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/FirmwareVersionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/deviceinfo/simstatus/SimStatusDialogControllerTest.java
tests/robotests/src/com/android/settings/display/AutoRotatePreferenceControllerTest.java
tests/robotests/src/com/android/settings/fuelgauge/BatteryHeaderPreferenceControllerTest.java
tests/robotests/src/com/android/settings/language/LanguageAndInputSettingsTest.java
tests/robotests/src/com/android/settings/location/LocationEnablerTest.java
tests/robotests/src/com/android/settings/location/LocationForWorkPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationModeBatterySavingPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationModeHighAccuracyPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationModePreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationModeRadioButtonPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationModeSensorsOnlyPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationPreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationServicePreferenceControllerTest.java
tests/robotests/src/com/android/settings/location/LocationSwitchBarControllerTest.java
tests/robotests/src/com/android/settings/location/RecentLocationRequestPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/MobileNetworkPreferenceControllerTest.java
tests/robotests/src/com/android/settings/network/VpnPreferenceControllerTest.java
tests/robotests/src/com/android/settings/security/RestrictedEncryptionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/widget/ActionBarShadowControllerTest.java
tests/robotests/src/com/android/settings/wifi/WifiInfoPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/WpsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/details/WifiDetailPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/p2p/WifiP2PPreferenceControllerTest.java
tests/robotests/src/com/android/settings/wifi/tether/WifiTetherPreferenceControllerTest.java