Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java81 private final PhoneNumberService phoneNumberService; field in ContactInfoCache
125 phoneNumberService = Bindings.get(context).newPhoneNumberService(context); in ContactInfoCache()
834 if (!callerInfo.contactExists && phoneNumberService != null) { in onQueryComplete()
839 phoneNumberService.getPhoneNumberInfo(cacheEntry.number, listener); in onQueryComplete()