Searched refs:mContactInfoHelper (Results 1 – 3 of 3) sorted by relevance
134 private ContactInfoHelper mContactInfoHelper; field in ContactInfoCache140 mContactInfoHelper = contactInfoHelper; in ContactInfoCache()193 final ContactInfo info = mContactInfoHelper.lookupNumber(number, countryIso); in queryContactInfo()222 mContactInfoHelper.updateCallLogContactInfo(number, countryIso, info, callLogInfo); in queryContactInfo()
97 private final ContactInfoHelper mContactInfoHelper; field in CallLogAdapter307 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()
157 mHasReportMenuOption = mContactInfoHelper.canReportAsInvalid(168 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType);211 private ContactInfoHelper mContactInfoHelper; field in CallDetailActivity261 mContactInfoHelper = new ContactInfoHelper(this, GeoUtil.getCurrentCountryIso(this)); in onCreate()