Searched refs:JSON_KEY_RESULTS (Results 1 – 1 of 1) sorted by relevance
34 private static final String JSON_KEY_RESULTS = "results"; field in ReverseGeocodeTask69 JSONArray results = responseObject.optJSONArray(JSON_KEY_RESULTS); in doInBackground()