Home
last modified time | relevance | path

Searched refs:ReferencePath (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DAccuracyTest.java20 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
37 public AccuracyTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in AccuracyTest()
DComplexMovementTest.java23 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
44 … public ComplexMovementTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in ComplexMovementTest()
DTest.java29 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
50 protected ReferencePath mReferencePath;
62 …public Test(ReferencePath referencePath, TestReport testReport, Manager manager, String testPhase)… in Test()
DRobustnessTest.java24 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
49 public RobustnessTest(ReferencePath referencePath, TestReport testReport, Manager manager, in RobustnessTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java29 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
50 private ReferencePath mReferencePath = new ReferencePath();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DReferencePath.java29 public class ReferencePath extends Path { class