This change makes it such that bubble settings will only be available once the app has sent a bubble notification. Test: atest BubbleSummaryPreferenceControllerTest Bug: 178387292 Change-Id: I459ffcedc4194d953e8b7170937e2eb5334d1422
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.