- Do not register only one BT device for primary to avoid primary BT devcie change to another. - Register and unregister all BT devices Bug: 280236099 Test: atest passed Change-Id: I610144c7f8f649e40d99cf1dc7f50d1f3b80f109
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.