Searched refs:lookupContact (Results 1 – 5 of 5) sorted by relevance
101 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local103 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()118 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local120 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()
201 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
236 private Uri lookupContact(String phone) { in lookupContact() method in NotificationManagerTest2191 personList.add(new Person.Builder().setUri(lookupContact(ALICE_PHONE).toString()).build()); in testMatchesCallFilter()