Update string and icon for incompatibe charger settings banner tip Dark theme: https://screenshot.googleplex.com/6fpK5z6PQ6yGnNU.png Light theme: https://screenshot.googleplex.com/ASWf6CzF2f9Qfg8.png Figma design: https://screenshot.googleplex.com/7yBoAW7jHxhHsEg.png Bug: 315748218 Test: atest SettingsRoboTests:com.android.settings.fuelgauge.batterytip.tips.IncompatibleChargerTipTest Change-Id: I10498aaf820ab1c2123d80051f09b2f11560f33a
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.