Fixes: 387088843 Test: atest ZenModeTriggerUpdatePreferenceControllerTest Flag: EXEMPT trivial bugfix (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5098df9b6c2a7caff5dde39911c70e35f2aacbe7) Merged-In: I3b845784f5923521d7f3f6cae9d6d27a21f55361 Change-Id: I3b845784f5923521d7f3f6cae9d6d27a21f55361
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