Home
last modified time | relevance | path

Searched refs:getReportLog (Results 1 – 19 of 19) 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.java101 ReportLog getReportLog(); in getReportLog() method
163 this, getTestId(), getTestDetails(), passed, getReportLog()); in setTestResultAndFinish()
167 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.Activity
211 this, getTestId(), getTestDetails(), passed, getReportLog()); in setTestResultAndFinish()
215 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.ListActivity
260 this, getTestId(), getTestDetails(), passed, getReportLog()); in setTestResultAndFinish()
264 public ReportLog getReportLog() { return reportLog; } in getReportLog() method in PassFailButtons.TestListActivity
277 activity.getReportLog(), target); in setPassFailClickListeners()
DTestResult.java122 public ReportLog getReportLog() { in getReportLog() method in TestResult
DTestListAdapter.java179 testResult.getDetails(), testResult.getReportLog()).execute(); in setTestResult()
361 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
DTestResultsReport.java134 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()
DHeadsetHonorSystemActivity.java47 getReportLog().addValue( in recordHeadsetPortFound()
DAudioFrequencyMicActivity.java634 getReportLog().addValue( in recordTestResults()
640 getReportLog().addValue( in recordTestResults()
646 getReportLog().addValue( in recordTestResults()
653 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
662 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()
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/common/util/src/com/android/compatibility/common/util/
DITestResult.java69 ReportLog getReportLog(); in getReportLog() method
DTestResult.java112 public ReportLog getReportLog() { in getReportLog() method in TestResult
DResultHandler.java428 ReportLog report = r.getReportLog(); in writeResults()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java324 assertNull("Unexpected report", moduleATest1.getReportLog()); in checkResult()
347 assertNull("Unexpected report", moduleBTest3.getReportLog()); in checkResult()
356 ReportLog report = moduleBTest4.getReportLog(); in checkResult()
375 assertNull("Unexpected report", moduleBTest5.getReportLog()); in checkResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockTestActivity.java61 getTestDetails(), getReportLog()); in onCreate()
/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/camera/its/
DItsTestActivity.java262 ItsTestActivity.this.getReportLog().setSummary( in onReceive()
347 ItsTestActivity.this.getReportLog().setSummary( in onCreate()