Bug: 356273849 Test: mp droid and locally checked that there are no errors and crashes Flag: EXEMPT minor fix Change-Id: Id60b304788bfb79fee13858c8e7bc30261f8e1c7
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