Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java249 getUiElementFromConfig(AutomotiveConfigConstants.DIALED_CONTACT_TITLE); in getDialedNumber()
252 .validateUiObject(dialedNumber, AutomotiveConfigConstants.DIALED_CONTACT_TITLE); in getDialedNumber()
280 getUiElementFromConfig(AutomotiveConfigConstants.DIALED_CONTACT_TITLE); in getDialedContactName()
284 dialedContactName, AutomotiveConfigConstants.DIALED_CONTACT_TITLE); in getDialedContactName()
403 getUiElementFromConfig(AutomotiveConfigConstants.DIALED_CONTACT_TITLE); in getContactName()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java35 public static final String DIALED_CONTACT_TITLE = "DIALED_CONTACT_TITLE"; field in AutomotiveConfigConstants