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.java100 private DeviceReportLog mReportLog; field in PerformanceTest
147 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testCameraLaunch()
148 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testCameraLaunch()
218 mReportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testCameraLaunch()
220 mReportLog.addValues("camera_configure_stream_time", configureStreamTimes, in testCameraLaunch()
222 mReportLog.addValues("camera_start_preview_time", startPreviewTimes, in testCameraLaunch()
224 mReportLog.addValues("camera_camera_stop_preview", stopPreviewTimes, in testCameraLaunch()
226 mReportLog.addValues("camera_camera_close_time", cameraCloseTimes, in testCameraLaunch()
228 mReportLog.addValues("camera_launch_time", cameraLaunchTimes, in testCameraLaunch()
236 mReportLog.submit(mInstrumentation); in testCameraLaunch()
[all …]
DCameraExtensionSessionTest.java92 private DeviceReportLog mReportLog; field in CameraExtensionSessionTest
511 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiFrameCapture()
512 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiFrameCapture()
513 mReportLog.addValue("extension_id", extension, ResultType.NEUTRAL, in testMultiFrameCapture()
568 mReportLog.addValue(resultFormat, avgCaptureLatency, in testMultiFrameCapture()
600 mReportLog.submit(InstrumentationRegistry.getInstrumentation()); in testMultiFrameCapture()
/cts/tests/tests/media/src/android/media/cts/
DDecoderConformanceTest.java68 private DeviceReportLog mReportLog; field in DecoderConformanceTest
203 mReportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in decodeTestVectors()
204 mReportLog.addValue("mime", mime, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
205 mReportLog.addValue("is_goog", isGoog, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
206 mReportLog.addValue("pass", pass, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
207 mReportLog.addValue("vector_name", vectorName, ResultType.NEUTRAL, ResultUnit.NONE); in decodeTestVectors()
208 mReportLog.addValue("decode_name", decoderName, ResultType.NEUTRAL, in decodeTestVectors()
210 mReportLog.submit(getInstrumentation()); in decodeTestVectors()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DPassFailButtons.java137 private final CtsVerifierReportLog mReportLog; field in PassFailButtons.Activity
141 this.mReportLog = new CtsVerifierReportLog(REPORT_LOG_NAME, getReportSectionName()); in Activity()
202 return mReportLog; in getReportLog()
239 private final CtsVerifierReportLog mReportLog; field in PassFailButtons.ListActivity
243 this.mReportLog = new CtsVerifierReportLog(REPORT_LOG_NAME, getReportSectionName()); in ListActivity()
286 return mReportLog; in getReportLog()
324 private final CtsVerifierReportLog mReportLog; field in PassFailButtons.TestListActivity
331 this.mReportLog = new CtsVerifierReportLog(REPORT_LOG_NAME, getReportSectionName()); in TestListActivity()
373 return mReportLog; in getReportLog()
DTestResult.java53 private final ReportLog mReportLog; field in TestResult
139 this.mReportLog = reportLog; in TestResult()
161 return mReportLog; in getReportLog()
DTestListAdapter.java373 private final ReportLog mReportLog; field in TestListAdapter.SetTestResultTask
385 mReportLog = reportLog; in SetTestResultTask()
392 mContext, mTestName, mResult, mDetails, mReportLog, mHistoryCollection); in doInBackground()