Searched refs:ReferencePath (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/ |
D | AccuracyTest.java | 20 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath; 37 public AccuracyTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in AccuracyTest()
|
D | ComplexMovementTest.java | 23 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath; 44 … public ComplexMovementTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in ComplexMovementTest()
|
D | Test.java | 29 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()
|
D | RobustnessTest.java | 24 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/ |
D | Manager.java | 29 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/ |
D | ReferencePath.java | 29 public class ReferencePath extends Path { class
|