Most apps will not have 4 bundle channels, even when the flag is on Test: BundleListPreferenceControllerTest Fixes: 375674236 Flag: android.service.notification.notification_classification Change-Id: Iab8e241881f9af71744b46fce356604cf9ed369c
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