Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java120 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry) { in onContactInteractionsInfoComplete() method in CallCardPresenter.ContactLookupCallback
123 presenter.onContactInteractionsInfoComplete(callId, entry); in onContactInteractionsInfoComplete()
624 private void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry) { in onContactInteractionsInfoComplete() method in CallCardPresenter
DContactInfoCache.java600 callBack.onContactInteractionsInfoComplete(callId, entry); in sendContactInteractionsNotifications()
652 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry); in onContactInteractionsInfoComplete() method
DConferenceParticipantListAdapter.java147 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry) {} in onContactInteractionsInfoComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DStatusBarNotifier.java225 public void onContactInteractionsInfoComplete(String callId, ContactCacheEntry entry) {} in showNotification()