Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestCaseRunEntity.java45 public static final String RESULTS = "results"; field in TestCaseRunEntity
186 testCaseRunEntity.setUnindexedProperty(RESULTS, results); in toEntity()
209 if (e.hasProperty(TEST_CASE_NAMES) && e.hasProperty(RESULTS)) { in fromEntity()
211 List<Long> results = (List<Long>) e.getProperty(RESULTS); in fromEntity()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java82 static final String RESULTS = "Results"; field in VtsMultiDeviceTestResultParser
384 JSONArray results = object.getJSONArray(RESULTS); in processJsonFile()