We use homepage preference when it's a injected IAs on homepage Test: See the screenshot for Google icons Fix: 177213699 Change-Id: Ibd08ff305cdd6b556b5ceee486df01678c9212a6
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.