Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java270 getUiElementFromConfig(AutomotiveConfigConstants.USER_PROFILE_PHONE_NUMBER); in getUserProfilePhoneNumber()
273 .validateUiObject(phoneNumber, AutomotiveConfigConstants.USER_PROFILE_PHONE_NUMBER); in getUserProfilePhoneNumber()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java49 public static final String USER_PROFILE_PHONE_NUMBER = "USER_PROFILE_PHONE_NUMBER"; field in AutomotiveConfigConstants