Home
last modified time | relevance | path

Searched refs:cachedNumberLookupService (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DReportDialogFragment.java48 private CachedNumberLookupService cachedNumberLookupService; field in ReportDialogFragment
65 cachedNumberLookupService = PhoneNumberCache.get(getContext()).getCachedNumberLookupService(); in onCreate()
102 number1 -> cachedNumberLookupService.lookupCachedContactFromNumber(getContext(), number1); in lookupContactInfo()
135 if (cachedNumberLookupService.reportAsInvalid(context, info)) { in reportCallerId()
137 cachedNumberLookupService.addContact(context, info); in reportCallerId()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DRegularSearchFragment.java72 CachedNumberLookupService cachedNumberLookupService = in cacheContactInfo() local
74 if (cachedNumberLookupService != null) { in cacheContactInfo()
76 cachedNumberLookupService.addContact( in cacheContactInfo()
77 getContext(), adapter.getContactInfo(cachedNumberLookupService, position)); in cacheContactInfo()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoAsyncQuery.java317 CachedNumberLookupService cachedNumberLookupService = in addCallerInfoIntoCache() local
319 if (ci.contactExists && cachedNumberLookupService != null) { in addCallerInfoIntoCache()
322 CallerInfoUtils.buildCachedContactInfo(cachedNumberLookupService, ci); in addCallerInfoIntoCache()
325 cachedNumberLookupService.addContact(mContext, cachedContactInfo); in addCallerInfoIntoCache()
332 cachedNumberLookupService.addPhoto(mContext, ci.normalizedNumber, in); in addCallerInfoIntoCache()
DContactInfoCache.java317 final CachedNumberLookupService cachedNumberLookupService = in maybeInsertCnapInformationIntoCache() local
323 if (cachedNumberLookupService == null in maybeInsertCnapInformationIntoCache()
332 call.getNumber(), info.cnapName, context, cachedNumberLookupService)); in maybeInsertCnapInformationIntoCache()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DClearCallLogDialog.java68 CachedNumberLookupService cachedNumberLookupService = in onCreateDialog()
70 if (cachedNumberLookupService != null) { in onCreateDialog()
71 cachedNumberLookupService.clearAllCacheEntries(context); in onCreateDialog()