Revert submission 1645152-getSystemService(Class<T>) Reason for revert: Fix JUnit test failure Reverted Changes: I1b4812044:[Settings] Convert to getSystemService(Class<T>) I278951c24:[Settings] Support getSystemService(Class<T>) Change-Id: I864a40f82ba9cb4170900ac0c1d77f781b17341f
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.