Searched refs:CONTACT_NAME (Results 1 – 3 of 3) sorted by relevance
63 private static final String CONTACT_NAME = "A AAA Test Account"; field in DialerJankTests102 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()
558 getUiElementFromConfig(AutomotiveConfigConstants.CONTACT_NAME); in getFirstContactFromContactList()564 "%s to get first contact", AutomotiveConfigConstants.CONTACT_NAME)); in getFirstContactFromContactList()
65 public static final String CONTACT_NAME = "CONTACT_NAME"; field in AutomotiveConfigConstants