Home
last modified time | relevance | path

Searched refs:CONTACT_NAME (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DDialerJankTests.java63 private static final String CONTACT_NAME = "A AAA Test Account"; field in DialerJankTests
102 By.res(RES_PACKAGE_NAME, "cliv_name_textview").text(CONTACT_NAME)), TIMEOUT); in launchDialer()
166 .withValue(RawContacts.ACCOUNT_NAME, CONTACT_NAME) in insertNewContacts()
173 .withValue(StructuredName.DISPLAY_NAME, CONTACT_NAME) in insertNewContacts()
205 ContactsContract.Data.DISPLAY_NAME)).equals(CONTACT_NAME)) in doesContactExist()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java558 getUiElementFromConfig(AutomotiveConfigConstants.CONTACT_NAME); in getFirstContactFromContactList()
564 "%s to get first contact", AutomotiveConfigConstants.CONTACT_NAME)); in getFirstContactFromContactList()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java65 public static final String CONTACT_NAME = "CONTACT_NAME"; field in AutomotiveConfigConstants