Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java146 getUiElementFromConfig(AutomotiveConfigConstants.CALL_HISTORY_INFO); in getNumberOfCallHistoryEntries()
706 getUiElementFromConfig(AutomotiveConfigConstants.CALL_HISTORY_INFO); in getCallHistory()
709 .validateUiObject(callHistory, AutomotiveConfigConstants.CALL_HISTORY_INFO); in getCallHistory()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java73 public static final String CALL_HISTORY_INFO = "CALL_HISTORY_INFO"; field in AutomotiveConfigConstants