Home
last modified time | relevance | path

Searched defs:report (Results 1 – 9 of 9) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData() local
98 ReportLog report = ReportLog.parse(String.format(SUMMARY_XML, "testParse_summaryOnly:125")); in testParse_summaryOnly() local
104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full() local
DResultHandlerTest.java235 ReportLog report = new ReportLog(); in testSerialization() local
324 ReportLog report = new ReportLog(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
614 ReportLog report = moduleBTest4.getReportLog(); in checkResult() local
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DITestResult.java76 void setReportLog(ReportLog report); in setReportLog()
120 void passed(ReportLog report); in passed()
DTestResult.java123 public void setReportLog(ReportLog report) { in setReportLog()
196 public void passed(ReportLog report) { in passed()
DReportLog.java368 ReportLog report = new ReportLog(); in parse() local
DResultHandler.java543 ReportLog report = r.getReportLog(); in writeResults() local
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java135 private void insertTestReport(TestReportMessage report) { in insertTestReport()
423 private void insertTestPlanReport(TestPlanReportMessage report) { in insertTestPlanReport()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java385 File report = null; in postFormattingStep() local
599 File report = new File(inputXml.getParentFile(), HTLM_REPORT_NAME); in createReport() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java378 ReportLog report = null; in testEnded() local