Users now can manually pick if they want light or dark QS and launcher Change-Id: Iaabdb32d9af6a293dfbd5ba6dea3da1d38a13ad3 Merged-In: Ic0a43bc5e8777c39bfe5c0bbc606bf6be20f7168 Fixes: 63903361 Test: make RunSettingsRoboTests ROBOTEST_FILTER=SystemUiThemePreferenceControllerTest Test: manual
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.