If the variant of emergency info is broken, we should try to show AOSP emergency info instead. Test: Rebuilt rom and see the Ui. Run robo test Fix: 154114259 Change-Id: I5bc3f6cbf9102a7b7299c3edf718a58101effbf8
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.