This change adds summary for role-based default apps preference, based on what we have now for default apps. Bug: 110557011 Test: atest RolesPreferenceControllerTest Change-Id: Ic3dd84dc7ca687ea1de63a856ac3fcf679e1bda9
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.