Fix the following flicker on pages under: Notifications -> Do Not Disturb -> Schedules -> [One Schedule] 1. Do Not Disturb behavior 2. (1) -> Create custom settings for this schedule 3. (2) -> Calls 4. (2) -> Messages 5. (2) -> Display options for hidden notifications 6. (4) -> custom Fix: 226523115 Test: On Pixel Phone Change-Id: Ief9963091847d58654f26851616563ae910716a5
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.