This one is not used any more. Bug: 167474581 Flag: EXEMPT clean up Test: m Settings Change-Id: Ia2439af2b3a6b643f41f6e3fce9e4bf1126c282e
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