1. Migrate scribe pref to Settings.Secure 2. Consider enabled when not set. Bug: 272376168 Test: atest StylusDevicesControllerTest StylusHandwritingPreferenceControllerTest.java Change-Id: I4973a93c2cfe8c44f461b68fbda1a853e49340a2
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.