Home
last modified time | relevance | path

Searched refs:MEDIA_BUTTON (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsBluetoothHelperImpl.java53 return buttonChecked(AutomotiveConfigConstants.MEDIA_BUTTON); in isMediaPreferenceChecked()
65 return buttonEnabled(AutomotiveConfigConstants.MEDIA_BUTTON); in isMediaPreferenceEnabled()
126 BySelector toggleSelector = getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in pressMediaToggleOnDevice()
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java239 BySelector mediaSelector = getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in hasBluetoothPaletteMediaButton()
445 getUiElementFromConfig(AutomotiveConfigConstants.MEDIA_BUTTON); in isBluetoothPaletteMediaButtonEnabled()
450 bluetoothPaletteMediaButton, AutomotiveConfigConstants.MEDIA_BUTTON); in isBluetoothPaletteMediaButtonEnabled()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java624 public static final String MEDIA_BUTTON = "MEDIA_BUTTON"; field in AutomotiveConfigConstants