Searched refs:inputLine (Results 1 – 2 of 2) sorted by relevance
215 String inputLine; in getJsonResponse() local217 while ((inputLine = bufferedReader.readLine()) != null) { in getJsonResponse()218 response.append(inputLine); in getJsonResponse()
517 PrivacyComputationParams(String inputLine) throws JSONException { in PrivacyComputationParams() argument518 JSONObject json = new JSONObject(inputLine); in PrivacyComputationParams()