Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java77 private final ContactInfoCache contactInfoCache;
83 @NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in ExternalCallNotifier()
163 new ContactInfoCache.ContactInfoCacheCallback() { in showNotifcation()
166 String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation()
176 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) { in showNotifcation()
202 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in savePhoto()
215 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in saveContactInfo()
301 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getLargeIconToDisplay()
347 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) { in getContentTitle()
376 private String getPersonReference(ContactInfoCache.ContactCacheEntry contactInfo, Call call) { in getPersonReference()
DConferenceParticipantListAdapter.java39 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
211 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in getView()
382 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in updateParticipantInfo()
392 contactCache = ContactInfoCache.buildCacheEntryFromCall(getContext(), call); in updateParticipantInfo()
463 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback {
DRttRequestDialogFragment.java34 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
35 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
73 ContactInfoCache cache = ContactInfoCache.getInstance(getContext()); in onCreateDialog()
DContactInfoCache.java75 public class ContactInfoCache implements OnImageLoadCompleteListener { class
77 private static final String TAG = ContactInfoCache.class.getSimpleName();
79 private static ContactInfoCache cache = null;
122 private ContactInfoCache(Context context) { in ContactInfoCache() method in ContactInfoCache
134 public static synchronized ContactInfoCache getInstance(Context mContext) { in getInstance()
136 cache = new ContactInfoCache(mContext.getApplicationContext()); in getInstance()
146 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation()); in buildCacheEntryFromCall()
493 ContactInfoCache.this, in updateCallerInfoInCacheOnAnyThread()
DInCallServiceImpl.java98 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind()
116 new ReturnToCallController(this, ContactInfoCache.getInstance(context)); in onBind()
DReturnToCallController.java39 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
40 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
80 private final ContactInfoCache contactInfoCache;
90 public ReturnToCallController(Context context, ContactInfoCache contactInfoCache) { in ReturnToCallController()
DCallCardPresenter.java58 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
59 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
318 primaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.primary); in onStateChange()
334 secondaryContactInfo = ContactInfoCache.buildCacheEntryFromCall(context, this.secondary); in onStateChange()
582 final ContactInfoCache cache = ContactInfoCache.getInstance(context); in startContactInfoSearch()
DStatusBarNotifier.java81 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
82 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
121 private final ContactInfoCache contactInfoCache;
134 public StatusBarNotifier(@NonNull Context context, @NonNull ContactInfoCache contactInfoCache) { in StatusBarNotifier()
DCallerInfoUtils.java113 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, info); in buildCallerInfo()
DInCallPresenter.java130 private ContactInfoCache contactInfoCache;
341 ContactInfoCache contactInfoCache, in setUp()
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java48 public class ContactInfoCache { class
65 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference;
67 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) { in InnerHandler()
73 ContactInfoCache reference = contactInfoCacheWeakReference.get(); in handleMessage()
89 public ContactInfoCache( in ContactInfoCache() method in ContactInfoCache
/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
DDialerLegacyBindings.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
45 ContactInfoCache contactInfoCache, in newCallLogAdapter()
DDialerLegacyBindingsStub.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
39 ContactInfoCache contactInfoCache, in newCallLogAdapter()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java53 import com.android.dialer.app.contactinfo.ContactInfoCache;
54 import com.android.dialer.app.contactinfo.ContactInfoCache.OnContactInfoChangedListener;
121 private ContactInfoCache contactInfoCache;
335 new ContactInfoCache( in setupData()
DCallLogAdapter.java60 import com.android.dialer.app.contactinfo.ContactInfoCache;
146 private ContactInfoCache contactInfoCache;
524 ContactInfoCache contactInfoCache, in CallLogAdapter()