Home
last modified time | relevance | path

Searched refs:mReportLog (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java81 private DeviceReportLog mReportLog; field in PerformanceTest
125 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
126 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testCameraLaunch()
190 mReportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testCameraLaunch()
192 mReportLog.addValues("camera_configure_stream_time", configureStreamTimes, in testCameraLaunch()
194 mReportLog.addValues("camera_start_preview_time", startPreviewTimes, in testCameraLaunch()
196 mReportLog.addValues("camera_camera_stop_preview", stopPreviewTimes, in testCameraLaunch()
198 mReportLog.addValues("camera_camera_close_time", cameraCloseTimes, in testCameraLaunch()
200 mReportLog.addValues("camera_launch_time", cameraLaunchTimes, in testCameraLaunch()
207 mReportLog.submit(getInstrumentation()); in testCameraLaunch()
[all …]
/cts/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java45 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()
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java64 private DeviceReportLog mReportLog; field in DecoderConformanceTest
186 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in decodeTestVectors()
187 mReportLog.addValue("mime", mime, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
188 mReportLog.addValue("is_goog", isGoog, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
189 mReportLog.addValue("pass", pass, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
190 mReportLog.addValue("vector_name", vectorName, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
191 mReportLog.addValue("decode_name", decoderName, ResultType.NEUTRAL, in decodeTestVectors()
193 mReportLog.submit(getInstrumentation()); in decodeTestVectors()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java45 private final ReportLog mReportLog; field in TestResult
103 this.mReportLog = reportLog; in TestResult()
123 return mReportLog; in getReportLog()
DTestListAdapter.java278 private final ReportLog mReportLog; field in TestListAdapter.SetTestResultTask
288 mReportLog = reportLog; in SetTestResultTask()
293 TestResultsProvider.setTestResult(mContext, mTestName, mResult, mDetails, mReportLog); in doInBackground()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DChecksumReporterTest.java55 private ReportLog mReportLog = null; field in ChecksumReporterTest
98 test1.passed(mReportLog); in setUp()
106 test3.passed(mReportLog); in setUp()