The global actions panel has been renamed to power menu and there is a new preference for power menu. The legacy perference for global actions panel is unused. This CL is to remove the preference controller from Settings. Bug: 289967656 Test: manual test and robotest Change-Id: If820f3fa8a188223703ebc6bc68120164108f483
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.