Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DITestResult.java71 ReportLog getReportLog(); in getReportLog() method
DTestResult.java115 public ReportLog getReportLog() { in getReportLog() method in TestResult
DResultHandler.java543 ReportLog report = r.getReportLog(); in writeResults()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java557 assertNull("Unexpected report", moduleATest1.getReportLog()); in checkResult()
580 assertNull("Unexpected report", moduleBTest3.getReportLog()); in checkResult()
614 ReportLog report = moduleBTest4.getReportLog(); in checkResult()
635 assertNull("Unexpected report", moduleBTest5.getReportLog()); in checkResult()