Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestRunDetails.java75 public void addTestCase(TestCaseRunEntity testCaseEntity) { in addTestCase() argument
76 for (TestCase testCase : testCaseEntity.getTestCases()) { in addTestCase()
DTestResults.java301 for (TestCaseRunEntity testCaseEntity : testCaseRunMap.get(testRun.getKey())) { in processReport()
303 totalCount += testCaseEntity.testCases.size(); in processReport()
304 for (TestCase testCase : testCaseEntity.testCases) { in processReport()
317 if (testCaseEntity.getSystraceUrl() != null) { in processReport()
318 String url = testCaseEntity.getSystraceUrl(); in processReport()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java460 TestCaseRunEntity testCaseEntity = new TestCaseRunEntity(); in doPost()
466 testCaseEntity.addTestCase( in doPost()
471 datastore.put(testCaseEntity.toEntity()); in doPost()