Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DConferenceParticipantListAdapter.java226 new ContactLookupCallback(this)); in getView()
429 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback { class in ConferenceParticipantListAdapter
433 public ContactLookupCallback(ConferenceParticipantListAdapter listAdapter) { in ContactLookupCallback() method in ConferenceParticipantListAdapter.ContactLookupCallback
DCallCardPresenter.java554 cache.findInfo(call, isIncoming, new ContactLookupCallback(this, isPrimary)); in startContactInfoSearch()
1147 public static class ContactLookupCallback implements ContactInfoCacheCallback { class in CallCardPresenter
1152 public ContactLookupCallback(CallCardPresenter callCardPresenter, boolean isPrimary) { in ContactLookupCallback() method in CallCardPresenter.ContactLookupCallback