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

  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 100 private ContactInfoCache mContactInfoCache;
308 mContactInfoCache =
321 mContactInfoCache,
388 mContactInfoCache.stop();
480 mContactInfoCache.invalidate();
CallLogAdapter.java 129 private ContactInfoCache mContactInfoCache;
377 mContactInfoCache = contactInfoCache;
380 mContactInfoCache.disableRequestProcessing();
465 mContactInfoCache.start();
491 mContactInfoCache.stop();
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ExternalCallNotifier.java 66 private final ContactInfoCache mContactInfoCache;
77 mContactInfoCache = contactInfoCache;
156 mContactInfoCache.findInfo(
InCallPresenter.java 112 private ContactInfoCache mContactInfoCache;
327 mContactInfoCache = contactInfoCache;
    [all...]
StatusBarNotifier.java 113 private final ContactInfoCache mContactInfoCache;
130 mContactInfoCache = contactInfoCache;
264 mContactInfoCache.findInfo(
    [all...]

Completed in 332 milliseconds