Introduce a new developer option for Input Method: Stylus handwriting: when this setting is enabled, currently selected input method receives stylus events after focus on editor. Bug: 219777744 Test: atest StylusHandwritingPreferenceControllerTest Change-Id: Ia6335df60aae56973ed54bec1a243ea1de3aa6ad
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.