Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java43 public String geoDescription; field in ContactInfo
135 if (!TextUtils.equals(geoDescription, other.geoDescription)) { in equals()
178 + geoDescription in toString()
DContactInfoHelper.java528 if (!TextUtils.equals(updatedInfo.geoDescription, callLogInfo.geoDescription)) { in updateCallLogContactInfo()
529 values.put(Calls.GEOCODED_LOCATION, updatedInfo.geoDescription); in updateCallLogContactInfo()
545 values.put(Calls.GEOCODED_LOCATION, updatedInfo.geoDescription); in updateCallLogContactInfo()
632 info.geoDescription = cequintCallerIdContact.geolocation(); in updateFromCequintCallerId()
/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java305 String geoDescription = null; in getGeolocation() local
308 geoDescription = state; in getGeolocation()
310 geoDescription = city + ", " + stateAbbr; in getGeolocation()
312 geoDescription = country; in getGeolocation()
314 return geoDescription; in getGeolocation()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java88 public String geoDescription; field in CallerInfo
506 geoDescription = PhoneNumberHelper.getGeoDescription(context, number, countryIso); in updateGeoDescription()
523 .append("\ngeoDescription: " + geoDescription) in toString()
DContactInfoCache.java266 cce.location = info.geoDescription; in populateCacheEntry()
529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAdapter.java1096 info.geoDescription, in loadData()
1099 if (!TextUtils.isEmpty(info.geoDescription)) { in loadData()
1100 details.geocode = info.geoDescription; in loadData()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1028 newCi.geoDescription = ci.geoDescription; // To get geo description string