/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckTestActivity.java | 97 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/ |
D | PassFailButtons.java | 105 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()
|
D | TestResult.java | 145 public ReportLog getReportLog() { in getReportLog() method in TestResult
|
D | TestListAdapter.java | 206 testResult.getDetails(), testResult.getReportLog(), histories).execute(); in setTestResult() 399 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
|
D | TestResultsReport.java | 143 ReportLog reportLog = mAdapter.getReportLog(i); in generateResult()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioLoopbackActivity.java | 300 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()
|
D | AudioFrequencyLineActivity.java | 475 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()
|
D | AudioAEC.java | 489 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()
|
D | AudioFrequencyMicActivity.java | 712 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()
|
D | AudioFrequencySpeakerActivity.java | 501 getReportLog().addValue( in recordTestResults() 507 getReportLog().addValue( in recordTestResults() 513 getReportLog().addValue( in recordTestResults() 520 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
|
D | HeadsetHonorSystemActivity.java | 47 getReportLog().addValue( in recordHeadsetPortFound()
|
D | AudioFrequencyVoiceRecognitionActivity.java | 921 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()
|
D | AudioFrequencyUnprocessedActivity.java | 931 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/ |
D | SampleTestActivity.java | 80 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/ |
D | UsbAccessoryTestActivity.java | 217 getReportLog().setSummary( in onAttached() 238 getReportLog().setSummary( in onAttached()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/ |
D | CarDockTestActivity.java | 61 getTestDetails(), getReportLog()); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | RecentsRedactionActivity.java | 71 getTestId(), getTestDetails(), getReportLog(), getHistoryCollection());
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 275 ItsTestActivity.this.getReportLog().setSummary( in onReceive() 358 ItsTestActivity.this.getReportLog().setSummary( in onCreate()
|