Home
last modified time | relevance | path

Searched refs:mReport (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java69 RVCVXCheckAnalyzer.AnalyzeReport mReport = null; field in RVCVXCheckTestActivity
174 mReport = analyzer.processDataSet(); in activitySetUp()
180 if (mReport == null) { in activitySetUp()
183 if (mReport.error) { in activitySetUp()
184 getReportLog().setSummary("Analysis failed: "+mReport.reason, 0, in activitySetUp()
187 showUserMessage("Analysis failed: " + mReport.reason); 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()
[all …]
/cts/hostsidetests/ui/src/android/ui/cts/
DTaskSwitchingTest.java54 private ReportLog mReport = null; field in TaskSwitchingTest
125 assertNotNull("no performance data", mReport); in doTestTaskSwitching()
127 String.format("%s#%s", getClass().getName(), "testTaskSwitching"), mReport); in doTestTaskSwitching()
137 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()