Searched refs:RESULTS (Results 1 – 2 of 2) sorted by relevance
45 public static final String RESULTS = "results"; field in TestCaseRunEntity186 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()
82 static final String RESULTS = "Results"; field in VtsMultiDeviceTestResultParser384 JSONArray results = object.getJSONArray(RESULTS); in processJsonFile()