Searched refs:lookupContact (Results 1 – 4 of 4) sorted by relevance
106 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local108 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()123 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local125 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
225 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local227 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()420 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local422 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()
114 Uri contactUri2 = Contacts.lookupContact(mResolver, lookupUri);
129 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