Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java71 JSONObject topResult = results.optJSONObject(0); in doInBackground() local
72 if (topResult != null) { in doInBackground()
73 address = topResult.getString(JSON_KEY_ADDRESS); in doInBackground()
76 JSONArray components = topResult.optJSONArray(JSON_KEY_ADDRESS_COMPONENTS); in doInBackground()