Flag: EXEMPT flag by System prop Bug: 349678118 Test: atest FlashNotificationsPreviewPreferenceControllerTest Test: manually check the UI, screenshots attached on bug Change-Id: I2db55cef161016940b19f14c70b9d2442d3859c3
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