Fix preference controller searchable issue. Bug: 132821023 Bug: 133255690 Test: atest AdaptiveSleepPreferenceControllerTest Change-Id: I686ed827fbe572c9d8bcde2d8a8e00f2dcb5a6a8
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.