This change handles listing of private space apps in Settings > Sound & vibration > Do Not Disturb > Apps page. Based on the new filter this page - lists the apps from private space whenever profile is unlocked. - when quite mode enabled privat space apps in the list is hidden. Recording Link: b/322316632#comment3 Bug: 322316632 Test: Manual Change-Id: Ie8a7b3376351c031a1abb8488eceb7859a1930fd
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.