Home
last modified time | relevance | path

Searched refs:geoDescription (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DCallerInfoAsyncQuery.java91 public String geoDescription; field in CallerInfoAsyncQuery.CookieWrapper
234 cw.geoDescription = CallerInfo.getGeoDescription(mContext, cw.number); in handleGeoDescription()
307 mCallerInfo.geoDescription = cw.geoDescription; in onQueryComplete()
DCallerInfo.java95 public String geoDescription; field in CallerInfo
666 geoDescription = getGeoDescription(context, number); in updateGeoDescription()
751 .append("\ngeoDescription: " + geoDescription) in toString()