Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java557 private void onContactInfoComplete(String callId, ContactCacheEntry entry, boolean isPrimary) { in onContactInfoComplete() method in CallCardPresenter
1158 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in CallCardPresenter.ContactLookupCallback
DConferenceParticipantListAdapter.java444 public void onContactInfoComplete(String callId, ContactCacheEntry entry) { in onContactInfoComplete() method in ConferenceParticipantListAdapter.ContactLookupCallback
DContactInfoCache.java683 void onContactInfoComplete(String callId, ContactCacheEntry entry); in onContactInfoComplete() method