Add method to check shortcut type that would be used in implementing different shortcut UI. Bug: 145490632 Test: make -j52 RunSettingsRoboTests ROBOTEST_FILTER=AccessibilityUtil Change-Id: I5468ff50df35cc0b80f0ae55019164f334ba6c59
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.