Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java239 getUiElementFromConfig(AutomotiveConfigConstants.DIAL_IN_NUMBER); in getNumberInDialPad()
242 .validateUiObject(dialInNumber, AutomotiveConfigConstants.DIAL_IN_NUMBER); in getNumberInDialPad()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java34 public static final String DIAL_IN_NUMBER = "DIAL_IN_NUMBER"; field in AutomotiveConfigConstants