Home
last modified time | relevance | path

Searched refs:resultObject (Results 1 – 1 of 1) sorted by relevance

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java402 JSONObject resultObject = results.getJSONObject(index); in processJsonFile() local
403 String result = (String) resultObject.get(RESULT); in processJsonFile()
412 JSONObject resultObject = results.getJSONObject(index); in processJsonFile() local
413 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()