Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java867 getUiElementFromConfig(AutomotiveConfigConstants.CLICK_PHONE_BUTTON); in clickPhoneButton()
870 .validateUiObject(phoneLink, AutomotiveConfigConstants.CLICK_PHONE_BUTTON); in clickPhoneButton()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java656 public static final String CLICK_PHONE_BUTTON = "CLICK_PHONE_BUTTON"; field in AutomotiveConfigConstants