Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java87 public String geoDescription; field in CallerInfoAsyncQuery.CookieWrapper
230 cw.geoDescription = CallerInfo.getGeoDescription(mContext, cw.number); in handleGeoDescription()
303 mCallerInfo.geoDescription = cw.geoDescription; in onQueryComplete()
DCallerInfo.java93 public String geoDescription; field in CallerInfo
597 geoDescription = getGeoDescription(context, number); in updateGeoDescription()
679 .append("\ngeoDescription: " + geoDescription) in toString()