Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_RawContactsTest.java101 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local
103 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
118 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
120 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.java201 mAliceUri = lookupContact(ALICE_PHONE); in test()
202 mBobUri = lookupContact(BOB_PHONE); in test()
203 mCharlieUri = lookupContact(CHARLIE_PHONE); in test()
1172 private Uri lookupContact(String phone) { in lookupContact() method in AttentionManagementVerifierActivity
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java236 private Uri lookupContact(String phone) { in lookupContact() method in NotificationManagerTest
2191 personList.add(new Person.Builder().setUri(lookupContact(ALICE_PHONE).toString()).build()); in testMatchesCallFilter()