supporting work profiles. Screenshot: https://screenshot.googleplex.com/iz3xoeSvbOA.png Test: Manually go to Settings -> Apps & notifications -> Default apps -> Home app. Test: make ROBOTEST_FILTER=RadioButtonPreferenceTest -j40 RunSettingsRoboTests Bug: 69297461 Change-Id: I55c721d7ad979c882bb879a974758cf08eaf0c86
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.