Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java226 getUiElementFromConfig(AutomotiveConfigConstants.DELETE_NUMBER); in deleteDialedNumber()
229 .validateUiObject(deleteButton, AutomotiveConfigConstants.DELETE_NUMBER); in deleteDialedNumber()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java33 public static final String DELETE_NUMBER = "DELETE_NUMBER"; field in AutomotiveConfigConstants