If the notification channel is a demoted converation, we still want to include it as a notification channel that can bypass DND under the "apps" preference for DND. Test: manual, make RunSettingsRoboTests7 Fixes: 152765113 Change-Id: Ief072b19280b0dc6e6c37d2d46d51f045d42bb4e
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.