Searched refs:responseObject (Results 1 – 2 of 2) sorted by relevance
67 JSONObject responseObject = new JSONObject(jsonResponse); in doInBackground() local68 if (responseObject != null) { in doInBackground()69 JSONArray results = responseObject.optJSONArray(JSON_KEY_RESULTS); in doInBackground()
416 public void onValues(ArrayList<Byte> responseObject, byte halStatus) { in openBasicChannel() argument418 responseList.add(arrayListToByteArray(responseObject)); in openBasicChannel()