Reusing existing strings since this is coming in after string freeze. TODO: create a new keyword string for this preference. Fixes: 130759285 Test: m RunSettingsRoboTests and searching keywords on device Change-Id: Ice1bc34b381302745cb55056377cc94ea74e8d50
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.