Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/phone-helper/src/android/platform/helpers/
DPhoneHelperImpl.java77 getUiElementFromConfig(AutomotiveConfigConstants.MOBILE_DIALPAD_INPUT); in enterNumberOnDialpad()
81 .validateUiObject(dialPadInput, AutomotiveConfigConstants.MOBILE_DIALPAD_INPUT); in enterNumberOnDialpad()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java671 public static final String MOBILE_DIALPAD_INPUT = "MOBILE_DIALPAD_INPUT"; field in AutomotiveConfigConstants