Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java167 getUiElementFromConfig(AutomotiveConfigConstants.BLUETOOTH_BUTTON); in clickBluetoothButton()
170 .validateUiObject(bluetoothButton, AutomotiveConfigConstants.BLUETOOTH_BUTTON); in clickBluetoothButton()
211 getUiElementFromConfig(AutomotiveConfigConstants.BLUETOOTH_BUTTON); in hasBluetoothButton()
302 getUiElementFromConfig(AutomotiveConfigConstants.BLUETOOTH_BUTTON); in isBluetoothButtonEnabled()
307 disabledBluetoothProfile, AutomotiveConfigConstants.BLUETOOTH_BUTTON); in isBluetoothButtonEnabled()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java618 public static final String BLUETOOTH_BUTTON = "BLUETOOTH_BUTTON"; field in AutomotiveConfigConstants