Test: Current tests pass Bug: 368055148 Flag: EXEMPT refactoring Change-Id: I5f40bd1e00c0fdddfdeefc886e691c9b732387b8
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