Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DRttRequestDialogFragment.java124 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in RttRequestDialogFragment.ContactLookupCallback
DCallCardPresenter.java587 private void onContactInfoComplete(String callId, ContactCacheEntry entry, boolean isPrimary) { in onContactInfoComplete() method in CallCardPresenter
1178 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in CallCardPresenter.ContactLookupCallback
DReturnToCallController.java402 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in ReturnToCallController.ReturnToCallContactInfoCacheCallback
DConferenceParticipantListAdapter.java478 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DStatusBarNotifier.java1091 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in StatusBarNotifier
DContactInfoCache.java691 void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete() method