Searched refs:mContactInfoCache (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogFragment.java116 private ContactInfoCache mContactInfoCache; field in class:CallLogFragment
333 mContactInfoCache =
350 mContactInfoCache,
427 mContactInfoCache.setCequintCallerIdManager(cequintCallerIdManager);
434 mContactInfoCache.stop();
526 mContactInfoCache.invalidate();
H A DCallLogAdapter.java136 private ContactInfoCache mContactInfoCache; field in class:CallLogAdapter
507 mContactInfoCache = contactInfoCache;
510 mContactInfoCache.disableRequestProcessing();
641 mContactInfoCache.start();
667 mContactInfoCache.stop();
1030 mContactInfoCache.getValue(
1310 mContactInfoCache.disableRequestProcessing();
1316 mContactInfoCache.injectContactInfoForTest(number, countryIso, contactInfo);
/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java67 private final ContactInfoCache mContactInfoCache; field in class:ExternalCallNotifier
78 mContactInfoCache = contactInfoCache;
157 mContactInfoCache.findInfo(
H A DInCallPresenter.java113 private ContactInfoCache mContactInfoCache; field in class:InCallPresenter
337 mContactInfoCache = contactInfoCache;
1432 if (mContactInfoCache != null) {
1433 mContactInfoCache.clearCache();
1435 mContactInfoCache = null;
H A DStatusBarNotifier.java115 private final ContactInfoCache mContactInfoCache; field in class:StatusBarNotifier
132 mContactInfoCache = contactInfoCache;
260 mContactInfoCache.findInfo(

Completed in 125 milliseconds