HomeSort by relevance Sort by last modified time
    Searched defs:ContactInfoCache (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
ContactInfoCache.java 76 public class ContactInfoCache implements OnImageLoadCompleteListener {
78 private static final String TAG = ContactInfoCache.class.getSimpleName();
80 private static ContactInfoCache sCache = null;
125 private ContactInfoCache(Context context) {
130 public static synchronized ContactInfoCache getInstance(Context mContext) {
132 sCache = new ContactInfoCache(mContext.getApplicationContext());
143 ContactInfoCache.populateCacheEntry(context, info, entry, call.getNumberPresentation());
481 ContactInfoCache.this,
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 48 public class ContactInfoCache {
65 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference;
67 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) {
73 ContactInfoCache reference = contactInfoCacheWeakReference.get();
89 public ContactInfoCache(
158 "ContactInfoCache.queryContactInfo",
172 "ContactInfoCache.queryContactInfo", "Cequint Caller Id look up takes %d ms", time);
343 super("ContactInfoCache.QueryThread");

Completed in 329 milliseconds