Home
last modified time | relevance | path

Searched refs:TestReport (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java21 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
44 private TestReport mTestReport;
100 mTestReport = new TestReport(getActivity()); in initManager()
152 public TestReport getTestReport() { in getTestReport()
191 mTestReport.setTestState(TestReport.TestStatus.EXECUTED); in testStarted()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DAccuracyTest.java19 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
37 public AccuracyTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in AccuracyTest()
DComplexMovementTest.java21 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
44 … public ComplexMovementTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in ComplexMovementTest()
DTest.java22 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
52 protected TestReport mTestReport;
62 …public Test(ReferencePath referencePath, TestReport testReport, Manager manager, String testPhase)… in Test()
DRobustnessTest.java23 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
49 public RobustnessTest(ReferencePath referencePath, TestReport testReport, Manager manager, in RobustnessTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DTestReport.java35 public class TestReport { class
63 public TestReport(Context context) { in TestReport() method in TestReport
DManager.java54 private TestReport mTestReport;
108 public Manager(TestReport testReport) { in Manager()
252 mTestReport.setTestState(TestReport.TestStatus.PASS); in onComplexMovementTestCompleted()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java30 import com.android.cts.verifier.sensors.sixdof.Utils.TestReport;
237 public TestReport getTestReport() { in getTestReport()