Android Auto will be exposing a Settings tile under Connected Devices -> Connection Preferences. If the Setting tile is available, then the summary text will reflect that. Tested with additional unit tests and manually validated the scenarios by flashing crosshatch-eng and disabling/enabling the relevant features. Fix: 153896447 Test: Added unit coverage for new scenarios Test: make RunSettingsRoboTests Test: manually verified by flashing crosshatch-eng and disabling/enabling relevant components Change-Id: I05e0bca1b4c05939114703f868b1c71b76410532
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.