Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java97 getReportLog().setSummary( in activitySetUp()
158 getReportLog().setSummary( in activitySetUp()
184 getReportLog().setSummary("Analysis failed: "+mReport.reason, 0, in activitySetUp()
189 getReportLog().setSummary( in activitySetUp()
192 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error, in activitySetUp()
194 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error, in activitySetUp()
196 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error, in activitySetUp()
199 getReportLog().addValue("Roll error MAX", mReport.roll_max_error, in activitySetUp()
201 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error, in activitySetUp()
203 getReportLog().addValue("Yaw error MAX", mReport.yaw_max_error, in activitySetUp()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DPassFailButtons.java105 ReportLog getReportLog(); in getReportLog() method
174 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
179 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.Activity
228 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
233 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.ListActivity
281 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
286 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.TestListActivity
313 activity.getReportLog(), activity.getHistoryCollection(), target); in setPassFailClickListeners()
DTestResult.java145 public ReportLog getReportLog() { in getReportLog() method in TestResult
DTestListAdapter.java206 testResult.getDetails(), testResult.getReportLog(), histories).execute(); in setTestResult()
399 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
DTestResultsReport.java143 ReportLog reportLog = mAdapter.getReportLog(i); in generateResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackActivity.java300 getReportLog().addValue( in recordTestResults()
306 getReportLog().addValue( in recordTestResults()
313 getReportLog().addValue( in recordTestResults()
319 getReportLog().addValue( in recordTestResults()
325 getReportLog().addValue( in recordTestResults()
335 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencyLineActivity.java475 getReportLog().addValue( in recordTestResults()
481 getReportLog().addValue( in recordTestResults()
487 getReportLog().addValue( in recordTestResults()
494 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
503 getReportLog().addValue( in recordHeasetPortFound()
DAudioAEC.java489 getReportLog().addValue("AEC_mandatory", in recordTestResults()
494 getReportLog().addValue("max_with_AEC", in recordTestResults()
499 getReportLog().addValue("max_without_AEC", in recordTestResults()
504 getReportLog().addValue("result_string", in recordTestResults()
DAudioFrequencyMicActivity.java712 getReportLog().addValue( in recordTestResults()
718 getReportLog().addValue( in recordTestResults()
724 getReportLog().addValue( in recordTestResults()
731 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
740 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencySpeakerActivity.java501 getReportLog().addValue( in recordTestResults()
507 getReportLog().addValue( in recordTestResults()
513 getReportLog().addValue( in recordTestResults()
520 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
DHeadsetHonorSystemActivity.java47 getReportLog().addValue( in recordHeadsetPortFound()
DAudioFrequencyVoiceRecognitionActivity.java921 getReportLog().addValue( in recordTestResults()
927 getReportLog().addValue( in recordTestResults()
933 getReportLog().addValue( in recordTestResults()
940 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
949 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencyUnprocessedActivity.java931 getReportLog().addValue( in recordTestResults()
937 getReportLog().addValue( in recordTestResults()
943 getReportLog().addValue( in recordTestResults()
950 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
959 getReportLog().addValue( in recordHeasetPortFound()
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
DUsbAccessoryTestActivity.java217 getReportLog().setSummary( in onAttached()
238 getReportLog().setSummary( in onAttached()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockTestActivity.java61 getTestDetails(), getReportLog()); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DRecentsRedactionActivity.java71 getTestId(), getTestDetails(), getReportLog(), getHistoryCollection());
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java275 ItsTestActivity.this.getReportLog().setSummary( in onReceive()
358 ItsTestActivity.this.getReportLog().setSummary( in onCreate()