Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DRttRequestDialogFragment.java76 cache.findInfo(dialerCall, false, new ContactLookupCallback(this)); in onCreateDialog()
116 private static class ContactLookupCallback implements ContactInfoCacheCallback { class in RttRequestDialogFragment
119 private ContactLookupCallback(RttRequestDialogFragment rttRequestDialogFragment) { in ContactLookupCallback() method in RttRequestDialogFragment.ContactLookupCallback
DConferenceParticipantListAdapter.java219 new ContactLookupCallback(this)); in getView()
463 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback { class in ConferenceParticipantListAdapter
467 public ContactLookupCallback(ConferenceParticipantListAdapter listAdapter) { in ContactLookupCallback() method in ConferenceParticipantListAdapter.ContactLookupCallback
DCallCardPresenter.java584 cache.findInfo(call, isIncoming, new ContactLookupCallback(this, isPrimary)); in startContactInfoSearch()
1167 public static class ContactLookupCallback implements ContactInfoCacheCallback { class in CallCardPresenter
1172 public ContactLookupCallback(CallCardPresenter callCardPresenter, boolean isPrimary) { in ContactLookupCallback() method in CallCardPresenter.ContactLookupCallback