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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java80 public String geoDescription; field in class:CallerInfo
453 * Updates this CallerInfo's geoDescription field, based on the raw
457 * geoDescription automatically; you need to call this method
466 geoDescription = getGeoDescription(context, number);
521 .append("\ngeoDescription: " + geoDescription)

Completed in 59 milliseconds