Searched refs:geoDescription (Results 1 - 3 of 3) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java80 public String geoDescription; field in class:CallerInfo
459 * Updates this CallerInfo's geoDescription field, based on the raw
463 * geoDescription automatically; you need to call this method
472 geoDescription = getGeoDescription(context, number);
527 .append("\ngeoDescription: " + geoDescription)
H A DContactInfoCache.java422 // query to only do the geoDescription lookup in the first
424 displayLocation = info.geoDescription; // may be null
425 Log.d(TAG, "Geodescrption: " + info.geoDescription);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java1619 newCi.geoDescription = ci.geoDescription; // To get geo description string

Completed in 581 milliseconds