Add a header to the slider slices to allow for a second line of text. This is important to add more context to slices outside of settings. Fixes: 80157462 Test: robotests Merged-In: Ida90c9377afb19de320dfce54175f51eee088cfe Change-Id: I1a1be345e84cbd9f300440e6431d4b331d051dac
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.