Home
last modified time | relevance | path

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

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java102 getReportLog().setSummary( in activitySetUp()
165 getReportLog().setSummary( in activitySetUp()
191 getReportLog().setSummary("Analysis failed: "+mReport.reason, 0, in activitySetUp()
196 getReportLog().setSummary( in activitySetUp()
199 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error, in activitySetUp()
201 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error, in activitySetUp()
203 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error, in activitySetUp()
206 getReportLog().addValue("Roll error MAX", mReport.roll_max_error, in activitySetUp()
208 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error, in activitySetUp()
210 getReportLog().addValue("Yaw error MAX", mReport.yaw_max_error, in activitySetUp()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
DSampleTestActivity.java80 getReportLog().setSummary("Sample Summary", 1.0, ResultType.HIGHER_BETTER, in recordMetricsExample()
82 getReportLog().addValues("Sample Values", metricValues, ResultType.NEUTRAL, in recordMetricsExample()
86 ReportLog reportLog = getReportLog(); in recordMetricsExample()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DPassFailButtons.java173 CtsVerifierReportLog getReportLog(); in getReportLog() method
251 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
266 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.Activity
368 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
378 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.ListActivity
466 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
476 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.TestListActivity
540 activity.getReportLog(), activity.getHistoryCollection(), target); in setPassFailClickListeners()
DTestResult.java203 public ReportLog getReportLog() { in getReportLog() method in TestResult
DTestListAdapter.java451 testResult.getReportLog(), in setTestResult()
732 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
819 public ReportLog getReportLog(String mode, int position) { in getReportLog() method in TestListAdapter
DTestResultsReport.java160 ReportLog reportLog = mAdapter.getReportLog(displayMode, i); in getCaseResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/
DBleRxTxOffsetPrecisionActivity.java376 getReportLog().addValue(KEY_REFERENCE_DEVICE, mReferenceDeviceName, in recordTestResults()
378 getReportLog().addValue(KEY_RSSI_MEDIAN_DUT, mDutRssiMedian, ResultType.NEUTRAL, in recordTestResults()
380 getReportLog().addValue(KEY_RSSI_MEDIAN_REFERENCE, mReferenceDeviceRssiMedian, in recordTestResults()
382 getReportLog().submit(); in recordTestResults()
DBleRssiPrecisionActivity.java282 getReportLog().addValue(KEY_REFERENCE_DEVICE, mReferenceDeviceName, in recordTestResults()
284 getReportLog().addValue(KEY_RSSI_RANGE_95_PERCENTILE, mRssiRange, ResultType.NEUTRAL, in recordTestResults()
286 getReportLog().submit(); in recordTestResults()
DNanAccuracyActivity.java294 getReportLog().addValue(KEY_REFERENCE_DEVICE, mReferenceDeviceName, in recordTestResults()
296 getReportLog().submit(); in recordTestResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockTestActivity.java61 getTestDetails(), getReportLog()); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioWiredDeviceBaseActivity.java161 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
DAudioTap2ToneActivity.java549 CtsVerifierReportLog reportLog = getReportLog(); in reportTestResultForApi()
577 getReportLog().addValue( in recordTestResults()
583 getReportLog().submit(); in recordTestResults()
DAudioFrequencyLineActivity.java462 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
494 getReportLog().submit(); in recordTestResults()
498 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencyActivity.java106 getReportLog().addValue( in recordRefMicStatus()
DAudioNotificationsBaseActivity.java222 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
DAudioMicrophoneMuteToggleActivity.java168 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
DUSBAudioPeripheralActivity.java120 getReportLog().addValue( in recordUSBAudioStatus()
DAudioFrequencyMicActivity.java693 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
725 getReportLog().submit(); in recordTestResults()
729 getReportLog().addValue( in recordHeasetPortFound()
DUSBAudioPeripheralNotificationsTest.java158 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
DAudioAEC.java501 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
533 getReportLog().submit(); in recordTestResults()
DAudioFrequencyVoiceRecognitionActivity.java927 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
959 getReportLog().submit(); in recordTestResults()
963 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencySpeakerActivity.java492 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
524 getReportLog().submit(); in recordTestResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DRecentsRedactionActivity.java69 getTestId(), getTestDetails(), getReportLog(), getHistoryCollection());
DScreenshotTestActivity.java109 getReportLog().addValue( in onResume()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
DUsbAccessoryTestActivity.java265 getReportLog().setSummary( in onAttached()
286 getReportLog().setSummary( in onAttached()

12