Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java134 private ContactInfoHelper mContactInfoHelper; field in ContactInfoCache
140 mContactInfoHelper = contactInfoHelper; in ContactInfoCache()
193 final ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso); in queryContactInfo()
222 mContactInfoHelper.updateCallLogContactInfo(number, countryIso, info, callLogInfo); in queryContactInfo()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java97 private final ContactInfoHelper mContactInfoHelper; field in CallLogAdapter
307 mContactInfoHelper = contactInfoHelper; in CallLogAdapter()
315 mContactInfoHelper, mOnContactInfoChangedListener); in CallLogAdapter()
483 final ContactInfo cachedContactInfo = mContactInfoHelper.getContactInfo(c); in bindCallLogListViewHolder()
538 views.isBusiness = mContactInfoHelper.isBusiness(info.sourceType); in bindCallLogListViewHolder()
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java157 mHasReportMenuOption = mContactInfoHelper.canReportAsInvalid(
168 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType);
211 private ContactInfoHelper mContactInfoHelper; field in CallDetailActivity
261 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); in onCreate()