Searched refs:mCachedNumberLookupService (Results 1 – 2 of 2) sorted by relevance
65 private final CachedNumberLookupService mCachedNumberLookupService; field in ContactInfoHelper70 mCachedNumberLookupService = PhoneNumberCache.get(mContext).getCachedNumberLookupService(); in ContactInfoHelper()276 if (mCachedNumberLookupService != null) { in lookupNumberInRemoteDirectory()417 } else if (mCachedNumberLookupService != null) { in queryContactInfoForPhoneNumber()419 mCachedNumberLookupService.lookupCachedContactFromNumber(mContext, number); in queryContactInfoForPhoneNumber()567 if (mCachedNumberLookupService != null) { in updateCachedNumberLookupService()570 mCachedNumberLookupService.buildCachedContactInfo(updatedInfo); in updateCachedNumberLookupService()571 mCachedNumberLookupService.addContact(mContext, cachedContactInfo); in updateCachedNumberLookupService()583 return mCachedNumberLookupService != null && mCachedNumberLookupService.isBusiness(sourceType); in isBusiness()595 return mCachedNumberLookupService != null in canReportAsInvalid()[all …]
108 private final CachedNumberLookupService mCachedNumberLookupService; field in CallLogListItemViewHolder238 mCachedNumberLookupService = PhoneNumberCache.get(mContext).getCachedNumberLookupService(); in CallLogListItemViewHolder()726 } else if (mCachedNumberLookupService != null in getContactType()727 && mCachedNumberLookupService.isBusiness(info.sourceType)) { in getContactType()