Searched refs:mReportLog (Results 1 – 2 of 2) sorted by relevance
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 45 private ReportLog mReportLog; field in ReportLogTest 49 mReportLog = new ReportLog(); in setUp() 62 ReportLog.serialize(mReportLog); in testSerialize_noData() 66 mReportLog.setSummary("Sample", 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); in testSerialize_summaryOnly() 68 ReportLog.serialize(mReportLog)); in testSerialize_summaryOnly() 72 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_detailOnly() 73 assertEquals(HEADER_XML, ReportLog.serialize(mReportLog)); in testSerialize_detailOnly() 77 mReportLog.setSummary("Sample", 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); in testSerialize_full() 78 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_full() 80 ReportLog.serialize(mReportLog)); in testSerialize_full()
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
D | ChecksumReporterTest.java | 55 private ReportLog mReportLog = null; field in ChecksumReporterTest 98 test1.passed(mReportLog); in setUp() 106 test3.passed(mReportLog); in setUp()
|