Home
last modified time | relevance | path

Searched defs:referencePath (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java66 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in ComplexMovementPath()
120 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in generatePathRings()
147 ArrayList<Waypoint> referencePath, ArrayList<Float> distanceBetweenRingSections) { in addRingsToPath()
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing()
207 ArrayList<Waypoint> referencePath, int currentLocation, Float pathIntervalDistance) { in calculateRingLocationOnPath()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DAccuracyTest.java37 public AccuracyTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in AccuracyTest()
DComplexMovementTest.java44 … public ComplexMovementTest(ReferencePath referencePath, TestReport testReport, Manager manager) { in ComplexMovementTest()
DTest.java62 …public Test(ReferencePath referencePath, TestReport testReport, Manager manager, String testPhase)… in Test()
256 String referencePath = String.valueOf(mReferencePathDistances.get(pathNumber)); in recordPathTestResults() local
DRobustnessTest.java49 public RobustnessTest(ReferencePath referencePath, TestReport testReport, Manager manager, in RobustnessTest()