Searched defs:ContactLookupCallback (Results 1 - 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DConferenceParticipantListAdapter.java109 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback { class in class:ConferenceParticipantListAdapter
112 public ContactLookupCallback(ConferenceParticipantListAdapter listAdapter) { method in class:ConferenceParticipantListAdapter.ContactLookupCallback
335 new ContactLookupCallback(this));
H A DCallCardPresenter.java69 public static class ContactLookupCallback implements ContactInfoCacheCallback { class in class:CallCardPresenter
73 public ContactLookupCallback(CallCardPresenter callCardPresenter, boolean isPrimary) { method in class:CallCardPresenter.ContactLookupCallback
391 cache.findInfo(call, isIncoming, new ContactLookupCallback(this, isPrimary));

Completed in 47 milliseconds