The subtitle for the apps page says which apps (up to two/three) and how many (if there are more than three) are allowed to bypass dnd under the main "Apps" page. Bug: 308819928 Test: atest ZenModesSummaryHelperTest Flag: android.app.modes_ui Change-Id: I15696384c392ba3f054948db50eea614f91d8c48
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