Home
last modified time | relevance | path

Searched defs:onContactInfoComplete (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DConferenceParticipantListAdapter.java131 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DCallCardPresenter.java104 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in CallCardPresenter.ContactLookupCallback
591 private void onContactInfoComplete(String callId, ContactCacheEntry entry, boolean isPrimary) { in onContactInfoComplete() method in CallCardPresenter
DContactInfoCache.java650 public void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete() method