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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 99 protected ContactInfoCache mContactInfoCache;
312 mContactInfoCache = new ContactInfoCache(
315 mContactInfoCache.disableRequestProcessing();
367 mContactInfoCache.invalidate();
372 mContactInfoCache.start();
377 mContactInfoCache.stop();
491 info = mContactInfoCache.getValue(number, countryIso, cachedContactInfo);
687 mContactInfoCache.disableRequestProcessing();
693 mContactInfoCache.injectContactInfoForTest(number, countryIso, contactInfo);
  /packages/apps/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java 39 @Mock private ContactInfoCache mContactInfoCache;
55 mStatusBarNotifier, mContactInfoCache, mProximitySensor);
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 208 mContactInfoCache = new TestContactInfoCache(
213 return (TestContactInfoCache) mContactInfoCache;
  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 93 private ContactInfoCache mContactInfoCache;
218 mContactInfoCache = contactInfoCache;
    [all...]
StatusBarNotifier.java 58 private final ContactInfoCache mContactInfoCache;
72 mContactInfoCache = contactInfoCache;
172 mContactInfoCache.findInfo(call, isIncoming, new ContactInfoCacheCallback() {

Completed in 116 milliseconds