Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java101 getReportLog().setSummary( in activitySetUp()
163 getReportLog().setSummary( in activitySetUp()
189 getReportLog().setSummary("Analysis failed: "+mReport.reason, 0, in activitySetUp()
194 getReportLog().setSummary( in activitySetUp()
197 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error, in activitySetUp()
199 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error, in activitySetUp()
201 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error, in activitySetUp()
204 getReportLog().addValue("Roll error MAX", mReport.roll_max_error, in activitySetUp()
206 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error, in activitySetUp()
208 getReportLog().addValue("Yaw error MAX", mReport.yaw_max_error, in activitySetUp()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAnalogHeadsetAudioActivity.java175 getReportLog().addValue( in reportHeadsetPort()
220 getReportLog().addValue( in reportPlugIntent()
242 getReportLog().addValue( in reportPlaybackStatus()
357 getReportLog().addValue( in scanPeripheralList()
410 getReportLog().addValue( in onKeyDown()
418 getReportLog().addValue( in onKeyDown()
426 getReportLog().addValue( in onKeyDown()
434 getReportLog().addValue( in onKeyDown()
DUSBAudioPeripheralNotificationsTest.java163 getReportLog().addValue( in reportPlugIntent()
195 getReportLog().addValue( in scanDevices()
205 getReportLog().addValue( in scanDevices()
217 getReportLog().addValue( in scanDevices()
227 getReportLog().addValue( in scanDevices()
DAudioWiredDeviceBaseActivity.java46 getReportLog().addValue( in recordWiredPortFound()
DAudioLoopbackLatencyActivity.java115 CtsVerifierReportLog reportLog = getReportLog();
DAudioFrequencyLineActivity.java450 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
482 getReportLog().submit(); in recordTestResults()
486 getReportLog().addValue( in recordHeasetPortFound()
DAudioFrequencyActivity.java114 getReportLog().addValue( in recordRefMicStatus()
DAudioFrequencyMicActivity.java693 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
725 getReportLog().submit(); in recordTestResults()
729 getReportLog().addValue( in recordHeasetPortFound()
DUSBAudioPeripheralActivity.java110 getReportLog().addValue( in recordUSBAudioStatus()
DAudioFrequencyVoiceRecognitionActivity.java913 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
945 getReportLog().submit(); in recordTestResults()
949 getReportLog().addValue( in recordHeasetPortFound()
DAudioAEC.java491 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
515 getReportLog().submit(); in recordTestResults()
DAudioLoopbackBaseActivity.java370 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
442 getReportLog().addValue( in recordLoopbackStatus()
DAudioFrequencySpeakerActivity.java485 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
517 getReportLog().submit(); in recordTestResults()
DAudioFrequencyUnprocessedActivity.java916 CtsVerifierReportLog reportLog = getReportLog(); in storeTestResults()
948 getReportLog().submit(); in recordTestResults()
952 getReportLog().addValue( in recordHeasetPortFound()
DProAudioActivity.java237 CtsVerifierReportLog reportLog = getReportLog(); in recordTestResults()
DAudioTap2ToneActivity.java267 CtsVerifierReportLog reportLog = getReportLog(); in recordTestStatus()
/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.java127 CtsVerifierReportLog getReportLog(); in getReportLog() method
196 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
201 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.Activity
280 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
285 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.ListActivity
367 this, getTestId(), getTestDetails(), passed, getReportLog(), in setTestResultAndFinish()
372 public CtsVerifierReportLog getReportLog() { in getReportLog() method in PassFailButtons.TestListActivity
429 activity.getReportLog(), activity.getHistoryCollection(), target); in setPassFailClickListeners()
DTestListAdapter.java255 testResult.getDetails(), testResult.getReportLog(), histories).execute(); in setTestResult()
466 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
542 public ReportLog getReportLog(String mode, int position) { in getReportLog() method in TestListAdapter
DTestResult.java160 public ReportLog getReportLog() { in getReportLog() method in TestResult
DTestResultsReport.java164 ReportLog reportLog = mAdapter.getReportLog(displayMode, i); in getCaseResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java259 ItsTestActivity.this.getReportLog().setSummary( in onReceive()
342 ItsTestActivity.this.getReportLog().setSummary( in onCreate()
354 ItsTestActivity.this.getReportLog().setSummary( in onCreate()
/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.java247 getReportLog().setSummary( in onAttached()
268 getReportLog().setSummary( in onAttached()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DRecentsRedactionActivity.java71 getTestId(), getTestDetails(), getReportLog(), getHistoryCollection());