Use LE audio connection by default, and allow to have the differenct configuration per project (system property). As using LE audio connection by default, the toggle, "Show LE audio toggle in Device Details", would be useless, hide this toggle based on the project configuration Bug: 300012501 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothLeDeviceDetailsPreferenceControllerTest Change-Id: Ia4df48d6a71b5b9f11bd91a69971c8393412da13
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.