Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java51 testCaseRunMap; // map from test run key to the test run information field in TestResults
100 this.testCaseRunMap = new HashMap<>(); in TestResults()
122 testCaseRunMap.put(testRun.getKey(), new ArrayList<TestCaseRunEntity>()); in addTestRun()
128 testCaseRunMap.get(testRun.getKey()).add(testCaseRunEntity); in addTestRun()
143 List<TestCaseRunEntity> testCaseResults = testCaseRunMap.get(mostRecentRun.getKey()); in generateToTBreakdown()
202 if (testCaseRunMap.containsKey(device.getParent())) { in processDeviceInfos()
209 if (!testCaseRunMap.containsKey(device.getParent())) return; in processDeviceInfos()
301 for (TestCaseRunEntity testCaseEntity : testCaseRunMap.get(testRun.getKey())) { in processReport()