Searched refs:inMemoryContact (Results 1 – 2 of 2) sorted by relevance
111 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onContactListChanged() local113 if (inMemoryContact != null) { in onContactListChanged()114 setValue(inMemoryContact); in onContactListChanged()145 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onFavoriteContactsChanged() local147 setValue(inMemoryContact); in onFavoriteContactsChanged()
211 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in lookupContact() local213 for (PhoneNumber inMemoryPhoneNumber : inMemoryContact.getNumbers()) { in lookupContact()