/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 | 101 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()
|
D | TestResult.java | 122 public ReportLog getReportLog() { in getReportLog() method in TestResult
|
D | TestListAdapter.java | 179 testResult.getDetails(), testResult.getReportLog()).execute(); in setTestResult() 361 public ReportLog getReportLog(int position) { in getReportLog() method in TestListAdapter
|
D | TestResultsReport.java | 134 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 | HeadsetHonorSystemActivity.java | 47 getReportLog().addValue( in recordHeadsetPortFound()
|
D | AudioFrequencyMicActivity.java | 634 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()
|
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 | 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/common/util/src/com/android/compatibility/common/util/ |
D | ITestResult.java | 69 ReportLog getReportLog(); in getReportLog() method
|
D | TestResult.java | 112 public ReportLog getReportLog() { in getReportLog() method in TestResult
|
D | ResultHandler.java | 428 ReportLog report = r.getReportLog(); in writeResults()
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 324 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/ |
D | CarDockTestActivity.java | 61 getTestDetails(), getReportLog()); in onCreate()
|
/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/camera/its/ |
D | ItsTestActivity.java | 262 ItsTestActivity.this.getReportLog().setSummary( in onReceive() 347 ItsTestActivity.this.getReportLog().setSummary( in onCreate()
|