These strings are not properly reflected in the UI yet. Automatic and Saturated currently map to the same display setting (and the UI reflects this by checking both). Bug: 75982435 Test: Modified the existing testcases to reflect the new string. Change-Id: Iaef08599c0233e018eaafaf89d60eab92e102782
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.