Home
last modified time | relevance | path

Searched refs:TOGGLE_BLUETOOTH (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java198 getUiElementFromConfig(AutomotiveConfigConstants.TOGGLE_BLUETOOTH); in turnOnOffBluetooth()
201 .validateUiObject(enableOption, AutomotiveConfigConstants.TOGGLE_BLUETOOTH); in turnOnOffBluetooth()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java359 public static final String TOGGLE_BLUETOOTH = "TOGGLE_BLUETOOTH"; field in AutomotiveConfigConstants