Home
last modified time | relevance | path

Searched refs:ContactInfoCache (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java66 private final ContactInfoCache mContactInfoCache;
74 @NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in ExternalCallNotifier()
159 new ContactInfoCache.ContactInfoCacheCallback() { in showNotifcation()
162 String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation()
172 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation()
214 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in savePhoto()
227 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in saveContactInfo()
334 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getLargeIconToDisplay()
384 ContactInfoCache.ContactCacheEntry contactInfo, in getContentTitle()
414 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) { in getPersonReference()
DConferenceParticipantListAdapter.java40 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
218 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in getView()
348 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in updateParticipantInfo()
359 ContactInfoCache.buildCacheEntryFromCall( in updateParticipantInfo()
429 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback {
DContactInfoCache.java75 public class ContactInfoCache implements OnImageLoadCompleteListener { class
77 private static final String TAG = ContactInfoCache.class.getSimpleName();
79 private static ContactInfoCache sCache = null;
124 private ContactInfoCache(Context context) { in ContactInfoCache() method in ContactInfoCache
129 public static synchronized ContactInfoCache getInstance(Context mContext) { in getInstance()
131 sCache = new ContactInfoCache(mContext.getApplicationContext()); in getInstance()
142 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation()); in buildCacheEntryFromCall()
478 ContactInfoCache.this, in updateCallerInfoInCacheOnAnyThread()
DCallCardPresenter.java57 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
58 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
309 ContactInfoCache.buildCacheEntryFromCall( in onStateChange()
326 ContactInfoCache.buildCacheEntryFromCall( in onStateChange()
533 return ContactInfoCache.getInstance(mContext).getDefaultContactPhotoDrawable(); in getDefaultContactPhotoDrawable()
546 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); in startContactInfoSearch()
DInCallServiceImpl.java67 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
DStatusBarNotifier.java77 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
78 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
113 private final ContactInfoCache mContactInfoCache;
126 public StatusBarNotifier(@NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in StatusBarNotifier()
DCallerInfoUtils.java118 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, info); in buildCallerInfo()
DInCallPresenter.java112 private ContactInfoCache mContactInfoCache;
313 ContactInfoCache contactInfoCache, in setUp()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java47 public class ContactInfoCache { class
63 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference;
65 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) { in InnerHandler()
71 ContactInfoCache reference = contactInfoCacheWeakReference.get(); in handleMessage()
87 public ContactInfoCache( in ContactInfoCache() method in ContactInfoCache
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java47 import com.android.dialer.app.contactinfo.ContactInfoCache;
48 import com.android.dialer.app.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
100 private ContactInfoCache mContactInfoCache;
309 new ContactInfoCache( in setupData()
DCallLogAdapter.java60 import com.android.dialer.app.contactinfo.ContactInfoCache;
129 private ContactInfoCache mContactInfoCache;
362 ContactInfoCache contactInfoCache, in CallLogAdapter()
/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
DDialerLegacyBindings.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
44 ContactInfoCache contactInfoCache, in newCallLogAdapter()
DDialerLegacyBindingsStub.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
38 ContactInfoCache contactInfoCache, in newCallLogAdapter()