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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 83 public String geoDescription;
509 * Updates this CallerInfo's geoDescription field, based on the raw
513 * geoDescription automatically; you need to call this method
522 geoDescription = getGeoDescription(context, number);
602 .append("\ngeoDescription: " + geoDescription)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 81 public String geoDescription;
506 * Updates this CallerInfo's geoDescription field, based on the raw
510 * geoDescription automatically; you need to call this method
519 geoDescription = getGeoDescription(context, number);
602 .append("\ngeoDescription: " + geoDescription)
ContactInfoCache.java 420 // query to only do the geoDescription lookup in the first
422 displayLocation = info.geoDescription; // may be null
423 Log.d(TAG, "Geodescrption: " + info.geoDescription);
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 811 milliseconds