Adding three default ContextualCard data to CardContentProvider, in case of empty database or no SettingsIntelligence, to keep Contextual Settings Homepage working well. Bug: 113372471 Test: visual, atest SettingsHomepageActivityTest Change-Id: Id7b26818e10f7945b2618100901310a005d8cc0d
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.