Home
last modified time | relevance | path

Searched refs:lookupService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
DRegularSearchListAdapter.java42 public CachedContactInfo getContactInfo(CachedNumberLookupService lookupService, int position) { in getContactInfo() argument
44 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in getContactInfo()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfoUtils.java133 CachedNumberLookupService lookupService, CallerInfo ci) { in buildCachedContactInfo() argument
143 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo()