When the build allows for pointer icons to be shown for styluses, a third preference controller will be shown to toggle the pointer icon for styluses. Bug: 325014309 Test: atest StylusDevicesControllerTest Change-Id: I0b4d2a9b19492fb8e4c8c904116ca763ca77cb8e
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.