Searched defs:lookupContact (Results 1 – 3 of 3) sorted by relevance
104 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local121 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
224 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId() local423 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName() local
520 private Uri lookupContact(String phone) { in lookupContact() method in NotificationManagerZenTest