* hearing device shortcut trigger action is to open accessibility hearing device settings. Framework needs a way to open it. Bug: 237625815 Test: adb shell am start -a \ "android.settings.ACCESSIBILITY_DETAILS_SETTINGS" \ --es android.intent.extra.COMPONENT_NAME \ "com.android.server.accessibility/HearingAids" Test: make RunSettingsRoboTests ROBOTEST_FILTER=AccessibilityDetailsSettingsFragmentTest Change-Id: Ie47e24d29998eac0cf4805e1ac4e7d2bcb77ed8e
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.