- Reorder battery page index - Remove option menu - Add battery usage preference - Remove last full charge and screen usage preference Screenshots: https://screenshot.googleplex.com/7VMeSVKHGViZyRv.png https://screenshot.googleplex.com/7v6wNL4qamfMAgM.png Bug: 177407113 Test: make SettingsGoogleRoboTests -j40 Change-Id: I8a1fb30cdd3774840bf28d9c84017d946a4244df
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.