Searched refs:geoDescription (Results 1 – 7 of 7) sorted by relevance
43 public String geoDescription; field in ContactInfo135 if (!TextUtils.equals(geoDescription, other.geoDescription)) { in equals()178 + geoDescription in toString()
528 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()
305 String geoDescription = null; in getGeolocation() local308 geoDescription = state; in getGeolocation()310 geoDescription = city + ", " + stateAbbr; in getGeolocation()312 geoDescription = country; in getGeolocation()314 return geoDescription; in getGeolocation()
88 public String geoDescription; field in CallerInfo506 geoDescription = PhoneNumberHelper.getGeoDescription(context, number, countryIso); in updateGeoDescription()523 .append("\ngeoDescription: " + geoDescription) in toString()
266 cce.location = info.geoDescription; in populateCacheEntry()529 callerInfo.geoDescription = cequintCallerIdContact.geolocation(); in maybeUpdateFromCequintCallerId()
1096 info.geoDescription, in loadData()1099 if (!TextUtils.isEmpty(info.geoDescription)) { in loadData()1100 details.geocode = info.geoDescription; in loadData()
1028 newCi.geoDescription = ci.geoDescription; // To get geo description string