Home
last modified time | relevance | path

Searched refs:reportLog (Results 1 – 25 of 30) sorted by relevance

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java65 ReportLog reportLog) { in setPassedResult() argument
66 setPassedResult(activity, testId, testDetails, reportLog, null /*history*/); in setPassedResult()
71 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setPassedResult() argument
78 activity, testId, 1, testDetails, reportLog, historyCollection, in setPassedResult()
82 testDetails, reportLog, historyCollection)); in setPassedResult()
92 ReportLog reportLog) { in setFailedResult() argument
93 setFailedResult(activity, testId, testDetails, reportLog, null /*history*/); in setFailedResult()
98 ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setFailedResult() argument
105 activity, testId, 2, testDetails, reportLog, historyCollection, in setFailedResult()
109 testDetails, reportLog, historyCollection)); in setFailedResult()
[all …]
DPassFailButtons.java675 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish() argument
690 … setTestResultAndFinishHelper(activity, testId, testDetails, passed, reportLog, historyCollection); in setTestResultAndFinish()
695 String testDetails, boolean passed, ReportLog reportLog, in setTestResultAndFinishHelper() argument
698 TestResult.setPassedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
700 TestResult.setFailedResult(activity, testId, testDetails, reportLog, historyCollection); in setTestResultAndFinishHelper()
706 activity, testId, passed ? 1 : 2, testDetails, reportLog, historyCollection, in setTestResultAndFinishHelper()
DTestResultsReport.java160 ReportLog reportLog = mAdapter.getReportLog(displayMode, i); in getCaseResult() local
161 if (reportLog != null) { in getCaseResult()
162 currentTestResult.setReportLog(reportLog); in getCaseResult()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java72 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testMultiplication() local
73 reportLog.addValue(EXPECTED_PRODUCT_TAG, 1.0 * MULTIPLICATION_RESULT, ResultType.NEUTRAL, in testMultiplication()
75 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
76reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); in testMultiplication()
77 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in testMultiplication()
123 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in countHelper() local
124 reportLog.addValue(START_TAG, 1.0 * start, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
125 reportLog.addValue(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
126 reportLog.setSummary(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE); in countHelper()
127 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in countHelper()
DSampleDeviceResultTest.java88 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, streamName); in testSort() local
90 reportLog.addValues("times", result, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
91 reportLog.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
92 reportLog.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
94 reportLog.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS); in testSort()
96 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in testSort()
/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java78 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance() local
80 reportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); in testLegacyApiPerformance()
179 reportLog.addValues("camera_open_time", cameraOpenTimes, ResultType.LOWER_BETTER, in testLegacyApiPerformance()
181 reportLog.addValues("camera_start_preview_time", startPreviewTimes, in testLegacyApiPerformance()
184 reportLog.addValues("camera_autofocus_time", cameraAutoFocusTimes, in testLegacyApiPerformance()
187 reportLog.addValues("camera_stop_preview", stopPreviewTimes, in testLegacyApiPerformance()
189 reportLog.addValues("camera_close_time", cameraCloseTimes, in testLegacyApiPerformance()
191 reportLog.addValues("camera_takepicture_time", cameraTakePictureTimes, in testLegacyApiPerformance()
194 reportLog.submit(mInstrumentation); in testLegacyApiPerformance()
198 DeviceReportLog reportLog = new DeviceReportLog(REPORT_LOG_NAME, in testLegacyApiPerformance() local
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DPerformanceTestBase.java65 DeviceReportLog reportLog = in measure() local
70 reportLog.addValue( in measure()
75 reportLog.addValue( in measure()
77 reportLog.addValue( in measure()
79 reportLog.addValue( in measure()
81 reportLog.addValue( in measure()
83 reportLog.addValue( in measure()
88 reportLog.addValue( in measure()
90 reportLog.addValue( in measure()
95 reportLog.addValue( in measure()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DImmersiveAudioActivity.java270 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
272 reportLog.addValue( in recordTestResults()
277 reportLog.addValue( in recordTestResults()
282 reportLog.addValue( in recordTestResults()
287 reportLog.addValue( in recordTestResults()
292 reportLog.addValue( in recordTestResults()
297 reportLog.addValue( in recordTestResults()
302 reportLog.addValue( in recordTestResults()
307 reportLog.addValue( in recordTestResults()
312 reportLog.submit(); in recordTestResults()
DProAudioActivity.java264 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
265 reportLog.addValue( in recordTestResults()
271 reportLog.addValue( in recordTestResults()
277 reportLog.addValue( in recordTestResults()
283 reportLog.addValue( in recordTestResults()
289 reportLog.addValue( in recordTestResults()
295 reportLog.addValue( in recordTestResults()
301 reportLog.submit(); in recordTestResults()
DUSBAudioPeripheralNotificationsTest.java158 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
160 reportLog.addValue( in recordTestResults()
166 reportLog.addValue( in recordTestResults()
172 reportLog.addValue( in recordTestResults()
178 reportLog.addValue( in recordTestResults()
184 reportLog.submit(); in recordTestResults()
DAudioLoopbackLatencyActivity.java292 void recordTestResults(CtsVerifierReportLog reportLog) { in recordTestResults() argument
293 reportLog.addValue( in recordTestResults()
299 reportLog.addValue( in recordTestResults()
305 reportLog.addValue( in recordTestResults()
311 reportLog.addValue( in recordTestResults()
317 reportLog.addValue( in recordTestResults()
323 reportLog.addValue( in recordTestResults()
329 reportLog.addValue( in recordTestResults()
335 reportLog.addValue( in recordTestResults()
341 reportLog.addValue( in recordTestResults()
[all …]
DAnalogHeadsetAudioActivity.java251 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
252 reportLog.addValue( in recordTestResults()
258 reportLog.addValue( in recordTestResults()
264 reportLog.addValue( in recordTestResults()
270 reportLog.addValue( in recordTestResults()
276 reportLog.addValue( in recordTestResults()
282 reportLog.addValue( in recordTestResults()
288 reportLog.addValue( in recordTestResults()
294 reportLog.submit(); in recordTestResults()
DAudioWiredDeviceBaseActivity.java161 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
162 reportLog.addValue( in recordTestResults()
168 reportLog.addValue( in recordTestResults()
DAudioNotificationsBaseActivity.java222 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
223 reportLog.addValue( in recordTestResults()
229 reportLog.addValue( in recordTestResults()
235 reportLog.addValue( in recordTestResults()
DAudioMicrophoneMuteToggleActivity.java168 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
170 reportLog.addValue( in recordTestResults()
176 reportLog.addValue( in recordTestResults()
182 reportLog.submit(); in recordTestResults()
DAudioDataPathsBaseActivity.java908 CtsVerifierReportLog reportLog = newReportLog(); in generateReportLog() local
911 reportLog.addValue( in generateReportLog()
918 reportLog.addValue( in generateReportLog()
924 reportLog.addValue( in generateReportLog()
930 reportLog.addValue( in generateReportLog()
936 reportLog.addValue( in generateReportLog()
943 reportLog.addValue( in generateReportLog()
949 reportLog.addValue( in generateReportLog()
955 reportLog.addValue( in generateReportLog()
961 reportLog.addValue( in generateReportLog()
[all …]
DAudioDescriptorActivity.java142 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
144 reportLog.addValue( in recordTestResults()
149 reportLog.addValue( in recordTestResults()
155 reportLog.addValue( in recordTestResults()
162 reportLog.submit(); in recordTestResults()
DAudioAEC.java501 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults() local
503 reportLog.addValue(KEY_AEC_MANDATORY, in recordTestResults()
508 reportLog.addValue(KEY_AEC_MAX_WITH, in recordTestResults()
513 reportLog.addValue(KEY_AEC_MAX_WITHOUT, in recordTestResults()
518 reportLog.addValue(KEY_AEC_RESULT, in recordTestResults()
523 reportLog.addValue(KEY_AEC_SUPPORTED, in recordTestResults()
528 reportLog.addValue(KEY_AEC_RESULT_CODE, in recordTestResults()
DAudioFrequencySpeakerActivity.java492 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults() local
495 reportLog.addValue( in storeTestResults()
501 reportLog.addValue( in storeTestResults()
507 reportLog.addValue( in storeTestResults()
514 reportLog.addValues(channelLabel + "_magnitudeSpectrumLog", in storeTestResults()
DAudioTap2ToneActivity.java549 CtsVerifierReportLog reportLog = getReportLog(); in reportTestResultForApi() local
550 reportLog.addValue( in reportTestResultForApi()
555 reportLog.addValue( in reportTestResultForApi()
560 reportLog.addValue( in reportTestResultForApi()
565 reportLog.addValue( in reportTestResultForApi()
DAudioFrequencyLineActivity.java462 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults() local
465 reportLog.addValue( in storeTestResults()
471 reportLog.addValue( in storeTestResults()
477 reportLog.addValue( in storeTestResults()
484 reportLog.addValues(channelLabel + "_magnitudeSpectrumLog", in storeTestResults()
DAudioFrequencyMicActivity.java693 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults() local
696 reportLog.addValue( in storeTestResults()
702 reportLog.addValue( in storeTestResults()
708 reportLog.addValue( in storeTestResults()
715 reportLog.addValues(channelLabel + "_magnitudeSpectrumLog", in storeTestResults()
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java329 DeviceReportLog reportLog = new DeviceReportLog(TAG, "testRangingToTestAp"); in range11mcApRequest() local
330 reportLog.addValues("status_codes", statuses, ResultType.NEUTRAL, ResultUnit.NONE); in range11mcApRequest()
331 reportLog.addValues("distance_mm", Arrays.copyOf(distanceMms, numGoodResults), in range11mcApRequest()
333 reportLog.addValues("distance_stddev_mm", Arrays.copyOf(distanceStdDevMms, numGoodResults), in range11mcApRequest()
335 reportLog.addValues("rssi_dbm", Arrays.copyOf(rssis, numGoodResults), ResultType.NEUTRAL, in range11mcApRequest()
337 reportLog.addValues("num_attempted", Arrays.copyOf(numAttempted, numGoodResults), in range11mcApRequest()
339 reportLog.addValues("num_successful", Arrays.copyOf(numSuccessful, numGoodResults), in range11mcApRequest()
341 reportLog.addValues("timestamps", Arrays.copyOf(timestampsMs, numGoodResults), in range11mcApRequest()
343 reportLog.addValues("frequencies", Arrays.copyOf(frequencies, numGoodResults), in range11mcApRequest()
345 reportLog.addValues("packetBws", Arrays.copyOf(packetBws, numGoodResults), in range11mcApRequest()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
DSampleTestActivity.java86 ReportLog reportLog = getReportLog(); in recordMetricsExample() local
87 reportLog.setSummary("Sample Summary", 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); in recordMetricsExample()
88 reportLog.addValues("Sample Values", metricValues, ResultType.NEUTRAL, ResultUnit.FPS); in recordMetricsExample()
89 TestResult.setPassedResult(this, "manualSample", "manualDetails", reportLog); in recordMetricsExample()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java249 MetricsReportLog reportLog = SecurityTestCase.buildMetricsReportLog(device); in runPoc() local
250 reportLog.addValue("poc_name", pocName, ResultType.NEUTRAL, ResultUnit.NONE); in runPoc()
254 reportLog.addValue("exit_status", exitStatus, ResultType.NEUTRAL, ResultUnit.NONE); in runPoc()
259 reportLog.submit(); in runPoc()
391 MetricsReportLog reportLog = SecurityTestCase.buildMetricsReportLog(device); in runCommandGetExitCode() local
392 reportLog.addValue("command", cmd, ResultType.NEUTRAL, ResultUnit.NONE); in runCommandGetExitCode()
393 reportLog.addValue("exit_status", exitStatus, ResultType.NEUTRAL, ResultUnit.NONE); in runCommandGetExitCode()
394 reportLog.submit(); in runCommandGetExitCode()

12