Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java272 !TextUtils.isEmpty(row.getNumberAttributes().getGeolocation()) in getNumberTypeLabel()
273 ? row.getNumberAttributes().getGeolocation() in getNumberTypeLabel()
DNumberAttributesBuilder.java47 .setGeolocation(phoneLookupInfoConsolidator.getGeolocation()) in fromPhoneLookupInfo()
/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup()
303 private static String getGeolocation( in getGeolocation() method in CequintCallerIdManager
/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
DPhoneLookupInfoConsolidator.java311 public String getGeolocation() { in getGeolocation() method in PhoneLookupInfoConsolidator
314 return phoneLookupInfo.getCequintInfo().getGeolocation(); in getGeolocation()