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 75 public class ContactInfoCache implements OnImageLoadCompleteListener {
77 private static final String TAG = ContactInfoCache.class.getSimpleName();
79 private static ContactInfoCache sCache = null;
124 private ContactInfoCache(Context context) {
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,
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoCache.java 47 public class ContactInfoCache {
63 private final WeakReference<ContactInfoCache> contactInfoCacheWeakReference;
65 public InnerHandler(WeakReference<ContactInfoCache> contactInfoCacheWeakReference) {
71 ContactInfoCache reference = contactInfoCacheWeakReference.get();
87 public ContactInfoCache(
152 "ContactInfoCache.queryContactInfo",
166 "ContactInfoCache.queryContactInfo", "Cequint Caller Id look up takes %d ms", time);
337 super("ContactInfoCache.QueryThread");

Completed in 81 milliseconds