Searched refs:PHONE_BUTTON (Results 1 – 3 of 3) sorted by relevance
59 return buttonChecked(AutomotiveConfigConstants.PHONE_BUTTON); in isPhonePreferenceChecked()71 return buttonEnabled(AutomotiveConfigConstants.PHONE_BUTTON); in isPhonePreferenceEnabled()143 BySelector toggleSelector = getUiElementFromConfig(AutomotiveConfigConstants.PHONE_BUTTON); in pressPhoneToggleOnDevice()147 getSpectatioUiUtil().validateUiObject(toggleButton, AutomotiveConfigConstants.PHONE_BUTTON); in pressPhoneToggleOnDevice()
224 BySelector phoneSelector = getUiElementFromConfig(AutomotiveConfigConstants.PHONE_BUTTON); in hasBluetoothPalettePhoneButton()
623 public static final String PHONE_BUTTON = "PHONE_BUTTON"; field in AutomotiveConfigConstants