Searched refs:lookupContactEntry (Results 1 – 6 of 6) sorted by relevance
47 public Contact lookupContactEntry(String number) { in lookupContactEntry() method in ShadowInMemoryPhoneBook
125 mContact = InMemoryPhoneBook.get().lookupContactEntry(info.getPhoneNumber()); in ContactInfo()
148 public Contact lookupContactEntry(String phoneNumber) { in lookupContactEntry() method in InMemoryPhoneBook
256 Contact contact = InMemoryPhoneBook.get().lookupContactEntry(number); in getPhoneNumberInfo()
169 contact = inMemoryPhoneBook.lookupContactEntry(number); in convert()
270 Contact contact = InMemoryPhoneBook.get().lookupContactEntry(number); in presentContactInfo()