Use CachedBluetoothDevice.connect() instead of CachedBluetoothDevice.connect(boolean) to connect Bluetooth device. Fixes: 141582844 Test: manually Change-Id: I8c50678bdfd6de89fb8d56122bfa38bdd5ac5c9d Merged-In: I8c50678bdfd6de89fb8d56122bfa38bdd5ac5c9d
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.