Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java124 getUiElementFromConfig(AutomotiveConfigConstants.CONTACT_SEARCH_RESULT); in pressContactResult()
612 getUiElementFromConfig(AutomotiveConfigConstants.CONTACT_SEARCH_RESULT); in openAddFavoriteDialog()
615 .validateUiObject(searchResult, AutomotiveConfigConstants.CONTACT_SEARCH_RESULT); in openAddFavoriteDialog()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java51 public static final String CONTACT_SEARCH_RESULT = "CONTACT_SEARCH_RESULT"; field in AutomotiveConfigConstants