Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_RawContactsTest.java104 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local
106 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
121 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
123 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_DataTest.java224 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local
226 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()
423 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
425 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_ContactsTest.java120 Uri contactUri2 = Contacts.lookupContact(mResolver, lookupUri); in testLookupUri()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java192 mAliceUri = lookupContact(ALICE_PHONE); in test()
193 mBobUri = lookupContact(BOB_PHONE); in test()
194 mCharlieUri = lookupContact(CHARLIE_PHONE); in test()
1163 private Uri lookupContact(String phone) { in lookupContact() method in AttentionManagementVerifierActivity
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java393 private Uri lookupContact(String phone) { in lookupContact() method in NotificationManagerTest
2839 aliceUri = lookupContact(ALICE_PHONE); in testMatchesCallFilter()