Fix the failed test case that missed from ag/28495857 Test: Unit Test Fix: 348563863 Fix: 356152111 Flag: EXEMPT bug fix Change-Id: I852da018c6967c6ca13e3aea72290a2d6be8bfdd
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