Searched refs:topResult (Results 1 – 1 of 1) sorted by relevance
71 JSONObject topResult = results.optJSONObject(0); in doInBackground() local72 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()