Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java364 callback.onContactInfoComplete(callId, cacheEntry); in findInfo()
652 callBack.onContactInfoComplete(callId, entry); in sendInfoNotifications()
683 void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete() method
DCallCardPresenter.java557 private void onContactInfoComplete(String callId, ContactCacheEntry entry, boolean isPrimary) { in onContactInfoComplete() method in CallCardPresenter
1158 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in CallCardPresenter.ContactLookupCallback
1161 presenter.onContactInfoComplete(callId, entry, mIsPrimary); in onContactInfoComplete()
DExternalCallNotifier.java162 public void onContactInfoComplete( in showNotifcation()
DConferenceParticipantListAdapter.java444 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DStatusBarNotifier.java266 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in showNotification()