HomeSort by relevance Sort by last modified time
    Searched refs:mContactInfoCache (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 157 private ExpirableCache<NumberWithCountryIso, ContactInfo> mContactInfoCache;
358 mContactInfoCache = ExpirableCache.create(CONTACT_INFO_CACHE_SIZE);
441 mContactInfoCache.expireAll();
491 ContactInfo existingInfo = mContactInfoCache.getPossiblyExpired(numberCountryIso);
506 mContactInfoCache.put(numberCountryIso, info);
707 mContactInfoCache.getCachedValue(numberCountryIso);
715 mContactInfoCache.put(numberCountryIso, ContactInfo.EMPTY);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 79 private ContactInfoCache mContactInfoCache;
184 mContactInfoCache = ContactInfoCache.getInstance(context);
186 mStatusBarNotifier = new StatusBarNotifier(context, mContactInfoCache);
    [all...]
StatusBarNotifier.java 91 private final ContactInfoCache mContactInfoCache;
104 mContactInfoCache = contactInfoCache;
228 mContactInfoCache.findInfo(call, isIncoming, new ContactInfoCacheCallback() {

Completed in 562 milliseconds