Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java54 private final ContactInfoHelper mContactInfoHelper; field in ContactInfoCache
92 mContactInfoHelper = contactInfoHelper; in ContactInfoCache()
158 info = mContactInfoHelper.lookupNumber(request.number, request.countryIso); in queryContactInfo()
163 mContactInfoHelper.updateFromCequintCallerId(info, request.number); in queryContactInfo()
169 if (!mContactInfoHelper.hasName(info)) { in queryContactInfo()
180 info = mContactInfoHelper.lookupNumberInRemoteDirectory(request.number, request.countryIso); in queryContactInfo()
211 mContactInfoHelper.updateCallLogContactInfo( in queryContactInfo()
214 mContactInfoHelper.updateCachedNumberLookupService(info); in queryContactInfo()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DNumbersAdapter.java42 private ContactInfoHelper mContactInfoHelper; field in NumbersAdapter
54 mContactInfoHelper = contactInfoHelper; in NumbersAdapter()
68 ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso); in updateView()
100 mContactInfoHelper.isBusiness(info.sourceType) in loadContactPhoto()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsQueryHelper.java52 private final ContactInfoHelper mContactInfoHelper; field in CallLogNotificationsQueryHelper
62 mContactInfoHelper = contactInfoHelper; in CallLogNotificationsQueryHelper()
182 ContactInfo cachedContactInfo = mContactInfoHelper.lookupNumber(number, countryIso); in getContactInfo()