Implement previously connected Dock Devices part into SavedDeviceGroupController. Bug: 78095209 Test: m -j SettingsRoboTests RunSettingsRoboTests Change-Id: I3dd318556167c98bc90c0c1c7281804177b9ff74
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.