Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java168 updateContactEntry(null, true); in onInCallScreenDelegateInit()
562 updateContactEntry(entry, isPrimary); in onContactInfoComplete()
585 updateContactEntry(entry, true /* isPrimary */); in onImageLoadComplete()
587 updateContactEntry(entry, false /* isPrimary */); in onImageLoadComplete()
592 private void updateContactEntry(ContactCacheEntry entry, boolean isPrimary) { in updateContactEntry() method in CallCardPresenter