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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
AccuracyTest.java 20 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
33 * @param referencePath Reference the the reference path.
37 public AccuracyTest(ReferencePath referencePath, TestReport testReport, Manager manager) {
38 super(referencePath, testReport, manager, "Accuracy Test");
ComplexMovementTest.java 23 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
40 * @param referencePath Reference the the reference path.
44 public ComplexMovementTest(ReferencePath referencePath, TestReport testReport, Manager manager) {
45 super(referencePath, testReport, manager, "Complex Movement Test");
RobustnessTest.java 24 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
45 * @param referencePath Reference the the reference path.
49 public RobustnessTest(ReferencePath referencePath, TestReport testReport, Manager manager,
51 super(referencePath, testReport, manager, "Robustness Test");
Test.java 29 import com.android.cts.verifier.sensors.sixdof.Utils.Path.ReferencePath;
50 protected ReferencePath mReferencePath;
58 * @param referencePath Reference the the reference path.
62 public Test(ReferencePath referencePath, TestReport testReport, Manager manager, String testPhase) {
63 if (referencePath != null) {
64 mReferencePath = referencePath;
66 throw new AssertionError("TestPhase received a null referencePath", null);
256 String referencePath = String.valueOf(mReferencePathDistances.get(pathNumber));
261 " Paths: " + referencePath + " " + testPath + "\n"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
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/
ReferencePath.java 29 public class ReferencePath extends Path {

Completed in 242 milliseconds