Home
last modified time | relevance | path

Searched refs:lookupContact (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_RawContactsTest.java106 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local
108 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
123 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
125 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_DataTest.java225 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local
227 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()
420 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
422 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_ContactsTest.java114 Uri contactUri2 = Contacts.lookupContact(mResolver, lookupUri);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java129 mAliceUri = lookupContact(ALICE_PHONE); in test()
130 mBobUri = lookupContact(BOB_PHONE); in test()
131 mCharlieUri = lookupContact(CHARLIE_PHONE); in test()
919 private Uri lookupContact(String phone) { in lookupContact() method in AttentionManagementVerifierActivity