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

/packages/apps/Dialer/java/com/android/dialer/app/legacybindings/
H A DDialerLegacyBindings.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
44 ContactInfoCache contactInfoCache,
H A DDialerLegacyBindingsStub.java24 import com.android.dialer.app.contactinfo.ContactInfoCache;
38 ContactInfoCache contactInfoCache,
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallServiceImpl.java67 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context);
H A DExternalCallNotifier.java66 private final ContactInfoCache mContactInfoCache;
74 @NonNull Context context, @NonNull ContactInfoCache contactInfoCache) {
159 new ContactInfoCache.ContactInfoCacheCallback() {
162 String callId, ContactInfoCache.ContactCacheEntry entry) {
172 public void onImageLoadComplete(String callId, ContactInfoCache.ContactCacheEntry entry) {
214 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
227 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
334 Context context, ContactInfoCache.ContactCacheEntry contactInfo, android.telecom.Call call) {
384 ContactInfoCache.ContactCacheEntry contactInfo,
414 private String getPersonReference(ContactInfoCache
[all...]
H A DConferenceParticipantListAdapter.java40 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
218 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext());
348 final ContactInfoCache cache = ContactInfoCache.getInstance(getContext());
359 ContactInfoCache.buildCacheEntryFromCall(
426 * Callback class used when making requests to the {@link ContactInfoCache} to resolve contact
429 public static class ContactLookupCallback implements ContactInfoCache.ContactInfoCacheCallback {
H A DContactInfoCache.java75 public class ContactInfoCache implements OnImageLoadCompleteListener { class in inherits:OnImageLoadCompleteListener
77 private static final String TAG = ContactInfoCache.class.getSimpleName();
79 private static ContactInfoCache sCache = null;
124 private ContactInfoCache(Context context) { method in class:ContactInfoCache
129 public static synchronized ContactInfoCache getInstance(Context mContext) {
131 sCache = new ContactInfoCache(mContext.getApplicationContext());
142 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation());
478 ContactInfoCache.this,
H A DCallCardPresenter.java57 import com.android.incallui.ContactInfoCache.ContactCacheEntry;
58 import com.android.incallui.ContactInfoCache.ContactInfoCacheCallback;
309 ContactInfoCache.buildCacheEntryFromCall(
326 ContactInfoCache.buildCacheEntryFromCall(
533 return ContactInfoCache.getInstance(mContext).getDefaultContactPhotoDrawable();
546 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext);
H A DCallerInfoUtils.java118 ContactInfoCache.getInstance(context).maybeInsertCnapInformationIntoCache(context, call, info);
H A 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) {
H A DInCallPresenter.java112 private ContactInfoCache mContactInfoCache;
313 ContactInfoCache contactInfoCache,
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
H A DContactInfoCache.java47 public class ContactInfoCache { class
63 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference;
65 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) {
71 ContactInfoCache reference = contactInfoCacheWeakReference.get();
87 public ContactInfoCache( method in class:ContactInfoCache
152 "ContactInfoCache.queryContactInfo",
166 "ContactInfoCache.queryContactInfo", "Cequint Caller Id look up takes %d ms", time);
337 super("ContactInfoCache.QueryThread");
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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(
H A DCallLogAdapter.java60 import com.android.dialer.app.contactinfo.ContactInfoCache;
129 private ContactInfoCache mContactInfoCache;
362 ContactInfoCache contactInfoCache,

Completed in 125 milliseconds