HomeSort by relevance Sort by last modified time
    Searched refs:referencePath (Results 1 - 5 of 5) 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");
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...]
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");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 63 * @param referencePath The reference path
66 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) {
68 generatePathRings(referencePathDistances, referencePath);
117 * @param referencePath The reference path
120 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) {
123 addRingsToPath(referencePath, distanceBetweenRingSections);
143 * @param referencePath The reference path.
147 ArrayList<Waypoint> referencePath, ArrayList<Float> distanceBetweenRingSections) {
149 Waypoint currentWaypoint = referencePath.get(0);
154 referencePath, referencePath.indexOf(currentWaypoint), pathIntervalDistance)
    [all...]

Completed in 313 milliseconds