Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java85 static final String TABLES = "Tables"; field in VtsMultiDeviceTestResultParser
455 if (!resultObject.isNull(TABLES)) { in processJsonFile()
456 JSONObject tables = resultObject.getJSONObject(TABLES); in processJsonFile()