Searched refs:inMemoryContact (Results 1 – 2 of 2) sorted by relevance
119 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onContactListChanged() local121 if (inMemoryContact != null) { in onContactListChanged()122 setValue(inMemoryContact); in onContactListChanged()153 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onFavoriteContactsChanged() local155 setValue(inMemoryContact); in onFavoriteContactsChanged()
221 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in lookupContact() local223 for (PhoneNumber inMemoryPhoneNumber : inMemoryContact.getNumbers()) { in lookupContact()