HomeSort by relevance Sort by last modified time
    Searched defs:geoDescription (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 80 public String geoDescription;
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)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 85 public String geoDescription;
533 * Updates this CallerInfo's geoDescription field, based on the raw
537 * geoDescription automatically; you need to call this method
546 geoDescription = getGeoDescription(context, number);
626 .append("\ngeoDescription: " + geoDescription)

Completed in 50 milliseconds