Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java75 getUiElementFromConfig(AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in hasBluetoothSwitch()
83 getUiElementFromConfig(AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in openBluetoothSwitch()
89 AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in openBluetoothSwitch()
138 getUiElementFromConfig(AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in isBluetoothOn()
142 enableOption, AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in isBluetoothOn()
153 AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in turnOnOffBluetooth()
157 enableOption, AutomotiveConfigConstants.STATUS_BAR_BLUETOOTH_TOGGLE_ON); in turnOnOffBluetooth()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java557 public static final String STATUS_BAR_BLUETOOTH_TOGGLE_ON = "STATUS_BAR_BLUETOOTH_TOGGLE_ON"; field in AutomotiveConfigConstants