HomeSort by relevance Sort by last modified time
    Searched refs:getReportLog (Results 1 - 19 of 19) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 97 getReportLog().setSummary(
158 getReportLog().setSummary(
184 getReportLog().setSummary("Analysis failed: "+mReport.reason, 0,
189 getReportLog().setSummary(
192 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error,
194 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error,
196 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error,
199 getReportLog().addValue("Roll error MAX", mReport.roll_max_error,
201 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error,
203 getReportLog().addValue("Yaw error MAX", mReport.yaw_max_error
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ITestResult.java 69 ReportLog getReportLog();
TestResult.java 111 public ReportLog getReportLog() {
ResultHandler.java 358 ReportLog report = r.getReportLog();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioLoopbackActivity.java 300 getReportLog().addValue(
306 getReportLog().addValue(
313 getReportLog().addValue(
319 getReportLog().addValue(
325 getReportLog().addValue(
335 getReportLog().addValue(
HeadsetHonorSystemActivity.java 47 getReportLog().addValue(
AudioFrequencyLineActivity.java 475 getReportLog().addValue(
481 getReportLog().addValue(
487 getReportLog().addValue(
494 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog",
503 getReportLog().addValue(
AudioFrequencyUnprocessedActivity.java 485 getReportLog().addValue(
491 getReportLog().addValue(
497 getReportLog().addValue(
504 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog",
513 getReportLog().addValue(
AudioFrequencySpeakerActivity.java 501 getReportLog().addValue(
507 getReportLog().addValue(
513 getReportLog().addValue(
520 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog",
AudioFrequencyMicActivity.java 634 getReportLog().addValue(
640 getReportLog().addValue(
646 getReportLog().addValue(
653 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog",
662 getReportLog().addValue(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 101 ReportLog getReportLog();
163 this, getTestId(), getTestDetails(), passed, getReportLog());
167 public ReportLog getReportLog() { return reportLog; }
211 this, getTestId(), getTestDetails(), passed, getReportLog());
215 public ReportLog getReportLog() { return reportLog; }
260 this, getTestId(), getTestDetails(), passed, getReportLog());
264 public ReportLog getReportLog() { return reportLog; }
277 activity.getReportLog(), target);
TestResult.java 122 public ReportLog getReportLog() {
TestResultsReport.java 133 // TODO(stuartscott): For v2: ReportLog.serialize(xml, mAdapter.getReportLog(i));
134 ReportLog reportLog = mAdapter.getReportLog(i);
TestListAdapter.java 179 testResult.getDetails(), testResult.getReportLog()).execute();
361 public ReportLog getReportLog(int position) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 80 getReportLog().setSummary("Sample Summary", 1.0, ResultType.HIGHER_BETTER,
82 getReportLog().addValues("Sample Values", metricValues, ResultType.NEUTRAL,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
CarDockTestActivity.java 61 getTestDetails(), getReportLog());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 83 ItsTestActivity.this.getReportLog().setSummary(
161 ItsTestActivity.this.getReportLog().setSummary(
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 293 assertNull("Unexpected report", moduleATest1.getReportLog());
315 assertNull("Unexpected report", moduleBTest3.getReportLog());
324 ReportLog report = moduleBTest4.getReportLog();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 125 public ReportLog getReportLog() {

Completed in 247 milliseconds