Searched refs:cachedContactInfo (Results 1 – 5 of 5) 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()
50 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo); in reportAsInvalid() argument
579 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService() local581 cachedNumberLookupService.addContact(context, cachedContactInfo); in updateCachedNumberLookupService()
320 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache() local323 cachedContactInfo.setDirectorySource(directoryLabel, directoryId); in addCallerInfoIntoCache()324 cachedNumberLookupService.addContact(context, cachedContactInfo); in addCallerInfoIntoCache()
133 public ContactInfo cachedContactInfo; field in PhoneCallDetails