Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java453 getUiElementFromConfig(AutomotiveConfigConstants.SEARCH_BACK_BUTTON); in exitSearchResultPage()
456 .validateUiObject(searchBackButton, AutomotiveConfigConstants.SEARCH_BACK_BUTTON); in exitSearchResultPage()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java54 public static final String SEARCH_BACK_BUTTON = "SEARCH_BACK_BUTTON"; field in AutomotiveConfigConstants