The source of problem is that the controller returns the wrong availability status value and the searchable attribut of the preference is false. Fix: 200249682 Test: manual test and see the search result Change-Id: I2265514c49303f6a0910f1be84b281fccb9abb45
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.