Bug: 370570306 Merged-In: I0d4c48ef6debfa82597db48a4320b0500f330b1b Change-Id: Ia46be767cd3e134c3f1b37411a72c4e0be28ecee
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