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.java119 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onContactListChanged() local
121 if (inMemoryContact != null) { in onContactListChanged()
122 setValue(inMemoryContact); in onContactListChanged()
153 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in onFavoriteContactsChanged() local
155 setValue(inMemoryContact); in onFavoriteContactsChanged()
/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberRepository.java221 Contact inMemoryContact = InMemoryPhoneBook.get().lookupContactByKey( in lookupContact() local
223 for (PhoneNumber inMemoryPhoneNumber : inMemoryContact.getNumbers()) { in lookupContact()