The hearing aids settings page has successfully rolled out. Cleans up the codes that are related to flag controls. Bug: 310203155 Test: atest AccessibilityHearingAidPreferenceControllerTest Test: atest AccessibilityDetailsSettingsFragmentTest Test: atest BluetoothDetailsHearingDeviceControlsControllerTest Change-Id: Ib03952f734302cca8519cb1c70ba82601cb75527
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.