Searched refs:MEDIA_BUTTON (Results 1 – 3 of 3) sorted by relevance
53 return buttonChecked(AutomotiveConfigConstants.MEDIA_BUTTON); in isMediaPreferenceChecked()65 return buttonEnabled(AutomotiveConfigConstants.MEDIA_BUTTON); in isMediaPreferenceEnabled()126 BySelector toggleSelector = getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in pressMediaToggleOnDevice()
239 BySelector mediaSelector = getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in hasBluetoothPaletteMediaButton()445 getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in isBluetoothPaletteMediaButtonEnabled()450 bluetoothPaletteMediaButton, AutomotiveConfigConstants.MEDIA_BUTTON); in isBluetoothPaletteMediaButtonEnabled()
624 public static final String MEDIA_BUTTON = "MEDIA_BUTTON"; field in AutomotiveConfigConstants