Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java175 BySelector endButtonSelector = getUiElementFromConfig(AutomotiveConfigConstants.END_CALL); in endCall()
177 getSpectatioUiUtil().validateUiObject(endButton, AutomotiveConfigConstants.END_CALL); in endCall()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java30 public static final String END_CALL = "END_CALL"; field in AutomotiveConfigConstants