Per setting team's suggestion, don't need to test theme, so remove related code in testing. Bug: N/A Test: N/A, Just remove test code. Change-Id: If0ca632506b554a4471b5d25f07ab27a078de92e
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.