Root Cause: Users can not connect another ear again after they cancel the pairing dialog in Accessibility -> hearing aids entry Solution: Add pair button in bluetooth details page for hearing aid device Bug: 233038449 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsPairOtherControllerTest Change-Id: I6a7af1c2c2263476b040233edb072cc64a2927b0
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.