1. Update the order for each tip. 2. Change BatteryTipPreferenceController and only show one precedent tip. 3. Update the SummaryDetector since now it doesn't need visibleTips Bug: 70570352 Test: RunSettingsRoboTests Change-Id: I9e2b8e72aad263f8a210c9320e0ea1eaaf8d5042
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.