3 Navigation modes are mutually exclusive, we can't set all often them on. Therefore we will now show them as slices. Fixes: 131713601 Test: robolectric, manual Change-Id: I52e94dffe15ed20a23a5e4cea68a40b66158b3dd
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.