Searched refs:resultObject (Results 1 – 1 of 1) sorted by relevance
402 JSONObject resultObject = results.getJSONObject(index); in processJsonFile() local403 String result = (String) resultObject.get(RESULT); in processJsonFile()412 JSONObject resultObject = results.getJSONObject(index); in processJsonFile() local413 String result = (String) resultObject.get(RESULT); in processJsonFile()414 String testClass = (String) resultObject.get(TEST_CLASS); in processJsonFile()415 String testName = (String) resultObject.get(TEST_NAME); in processJsonFile()419 resultObject.isNull(DETAILS) ? "" : resultObject.getString(DETAILS); in processJsonFile()455 if (!resultObject.isNull(TABLES)) { in processJsonFile()456 JSONObject tables = resultObject.getJSONObject(TABLES); in processJsonFile()