To reduce the complexity of AccessibilitySettings, we are planning to create a bunch of preference controllers. First of all, we are converting lock screen preference to a preference controller. The rest part will be uploaded soon. Bug: 135056871 Test: robotest, manual Change-Id: I6079136f3d08934c9a5363eb4d0e0ade29f8ba99
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.