The profile will auto connect / disconnect when set enable / disable profile. This CL remove connect / disconnect method. Bug: 141582844 Test: make -j42 RunSettingsRoboTests Change-Id: Ib875d126be0d8483fb539e7ba950242a4f38cf81 Merged-In: Ib875d126be0d8483fb539e7ba950242a4f38cf81
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.