Home
last modified time | relevance | path

Searched refs:contactInfoCache (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallServiceImpl.java63 final ContactInfoCache contactInfoCache = ContactInfoCache.getInstance(context); in onBind() local
68 new StatusBarNotifier(context, contactInfoCache), in onBind()
69 contactInfoCache, in onBind() local
DStatusBarNotifier.java96 public StatusBarNotifier(Context context, ContactInfoCache contactInfoCache) { in StatusBarNotifier() argument
100 mContactInfoCache = contactInfoCache; in StatusBarNotifier()
DInCallPresenter.java304 ContactInfoCache contactInfoCache, in setUp() argument
318 mContactInfoCache = contactInfoCache; in setUp()