Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
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()
DCallLogAdapter.java952 final ContactInfo cachedContactInfo = ContactInfoHelper.getContactInfo(cursor); in createPhoneCallDetails() local
971 details.cachedContactInfo = cachedContactInfo; in createPhoneCallDetails()
1061 details.cachedContactInfo, in loadData()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java320 CachedContactInfo cachedContactInfo = in addCallerInfoIntoCache() local
323 cachedContactInfo.setDirectorySource(directoryLabel, directoryId); in addCallerInfoIntoCache()
324 cachedNumberLookupService.addContact(context, cachedContactInfo); in addCallerInfoIntoCache()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DCachedNumberLookupService.java50 boolean reportAsInvalid(Context context, CachedContactInfo cachedContactInfo); in reportAsInvalid() argument
DContactInfoHelper.java579 CachedContactInfo cachedContactInfo = in updateCachedNumberLookupService() local
581 cachedNumberLookupService.addContact(context, cachedContactInfo); in updateCachedNumberLookupService()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java133 public ContactInfo cachedContactInfo; field in PhoneCallDetails