Create a new preference that could let users enable accessibility shortcut and choose which shortcut type they prefer to use. This CL only contains preference layout and functions interfaces. Functions implementation will be added in next CL. Bug: 142530063 Test: Maunal, make RunSettingsRoboTests Change-Id: I69e832638547cd3f38da2192f22c7e219bbcc018
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.