-. Remove the device config in Settings -. Use the new config in frameworks/base Flag: EXEMPT refactor Bug: 332661307 Test: atest KeyboardVibrationTogglePreferenceControllerTest Change-Id: I2fe70d830d55ec6f33597fbe0ed107b41eb3bdd7
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest