The controller is no longer in use in SoundSettings and should not affect code inspection. Bug: b/289967737 Test: 1. Remove @Ignore tag from `CodeInspectionTest#runSliceControllerInXmlInspection` 2. atest CodeInspectionTest Change-Id: I07cea3c5e2f5282950a63945181cc4711b937bc5
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.