Searched refs:jsonResults (Results 1 – 2 of 2) sorted by relevance
149 JSONObject jsonResults; in onReceive() local151 jsonResults = new JSONObject(testResults); in onReceive()156 Log.i(TAG, "Parsed test results: " + jsonResults.toString()); in onReceive()157 Iterator<String> testIds = jsonResults.keys(); in onReceive()170 result = jsonResults.getJSONObject(testId).getString(TEST_RESULT_KEY); in onReceive()
393 JSONObject jsonResults = new JSONObject(results); in onReceive() local394 Log.d(TAG,"Results received:" + jsonResults.toString()); in onReceive()396 Iterator<String> keys = jsonResults.keys(); in onReceive()405 JSONObject sceneResult = jsonResults.getJSONObject(scene); in onReceive()