Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopier.java43 CertificationReportCreator.FAILURE_REPORT_NAME,
44 CertificationReportCreator.HTLM_REPORT_NAME,
45 CertificationReportCreator.FAILURE_REPORT_NAME,
DCertificationSuiteResultReporter.java380 if (resultReporter instanceof CertificationReportCreator) { in postFormattingStep()
381 ((CertificationReportCreator) resultReporter).setReportFile(reportFile); in postFormattingStep()
385 if (subListener instanceof CertificationReportCreator) { in postFormattingStep()
386 ((CertificationReportCreator) subListener).setReportFile(reportFile); in postFormattingStep()
DCertificationReportCreator.java56 public class CertificationReportCreator class
265 CertificationReportCreator.class.getResourceAsStream( in createFailureReport()