Searched refs:cachedContactInfo (Results 1 – 6 of 6) sorted by relevance
222 ContactInfo cachedContactInfo = contactInfoHelper.lookupNumber(number, countryIso); in getContactInfo() local224 if (cachedContactInfo != null && !TextUtils.isEmpty(cachedContactInfo.name)) { in getContactInfo()225 return cachedContactInfo; in getContactInfo()
952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails() local971 details.cachedContactInfo = cachedContactInfo; in createPhoneCallDetails()1061 details.cachedContactInfo, in loadData()
320 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache() local323 cachedContactInfo.setDirectorySource(directoryLabel, directoryId); in addCallerInfoIntoCache()324 cachedNumberLookupService.addContact(context, cachedContactInfo); in addCallerInfoIntoCache()
50 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo); in reportAsInvalid() argument
579 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService() local581 cachedNumberLookupService.addContact(context, cachedContactInfo); in updateCachedNumberLookupService()
133 public ContactInfo cachedContactInfo; field in PhoneCallDetails