- Let controller of phoner number extends BasePreferenceController, so it can be supported showing slice view by SettingsSliceProvider. Test: make RunSettingsRoboTests Bug: 74900516 Change-Id: Id98e6aac981025159a0530c6e0709ba0f2ebcd15
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.