Home
last modified time | relevance | path

Searched refs:inMemoryContact (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewModel.java111 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onContactListChanged() local
113 if (inMemoryContact != null) { in onContactListChanged()
114 setValue(inMemoryContact); in onContactListChanged()
145 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onFavoriteContactsChanged() local
147 setValue(inMemoryContact); in onFavoriteContactsChanged()
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberRepository.java211 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in lookupContact() local
213 for (PhoneNumber inMemoryPhoneNumber : inMemoryContact.getNumbers()) { in lookupContact()