Searched refs:jsonResponse (Results 1 – 1 of 1) sorted by relevance
64 String jsonResponse = HttpFetcher.getRequestAsString(ui.getContext(), url); in doInBackground() local67 JSONObject responseObject = new JSONObject(jsonResponse); in doInBackground()