Design doc: go/android-tznotifications Test: atest and on device Bug: 283267917 Bug: 283437447 Flag: com.android.server.flags.datetime_notifications Change-Id: I91ea363a145d7184c997beae17862387114bc09b
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