Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java191 getUiElementFromConfig(AutomotiveConfigConstants.CALL_HISTORY_MENU); in openCallHistory()
194 .validateUiObject(historyMenuButton, AutomotiveConfigConstants.CALL_HISTORY_MENU); in openCallHistory()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java32 public static final String CALL_HISTORY_MENU = "CALL_HISTORY_MENU"; field in AutomotiveConfigConstants