Home
last modified time | relevance | path

Searched refs:cachedContactInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsQueryHelper.java222 ContactInfo cachedContactInfo = contactInfoHelper.lookupNumber(number, countryIso); in getContactInfo() local
224 if (cachedContactInfo != null && !TextUtils.isEmpty(cachedContactInfo.name)) { in getContactInfo()
225 return cachedContactInfo; in getContactInfo()
H A DCallLogAdapter.java952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails() local
971 details.cachedContactInfo = cachedContactInfo; in createPhoneCallDetails()
1061 details.cachedContactInfo, in loadData()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCachedNumberLookupService.java50 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo); in reportAsInvalid() argument
H A DContactInfoHelper.java579 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService() local
581 cachedNumberLookupService.addContact(context, cachedContactInfo); in updateCachedNumberLookupService()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfoAsyncQuery.java320 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache() local
323 cachedContactInfo.setDirectorySource(directoryLabel, directoryId); in addCallerInfoIntoCache()
324 cachedNumberLookupService.addContact(context, cachedContactInfo); in addCallerInfoIntoCache()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneCallDetails.java133 public ContactInfo cachedContactInfo; field in PhoneCallDetails