Searched refs:lookupContact (Results 1 – 5 of 5) sorted by relevance
104 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local106 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()121 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local123 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
224 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local226 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()423 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local425 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()
120 Uri contactUri2 = Contacts.lookupContact(mResolver, lookupUri); in testLookupUri()
192 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
393 private Uri lookupContact(String phone) { in lookupContact() method in NotificationManagerTest2839 aliceUri = lookupContact(ALICE_PHONE); in testMatchesCallFilter()