Home
last modified time | relevance | path

Searched refs:mTestPath (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java52 mTestPath = new RobustnessPath(openGlRotation); in RobustnessTest()
65 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !mResultsGiven) { in runAdditionalMethods()
105 ArrayList<Long> markerTimeStamps = ((RobustnessPath) mTestPath).getMarkerTimeStamp(); in calculateTimeBetweenMarkers()
106 for (int i = 1; i < ((RobustnessPath) mTestPath).getMarkerTimeStampSize(); i++) { in calculateTimeBetweenMarkers()
121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()
136 float failedRotations = ((RobustnessPath) mTestPath).getFailedRotationsSize(); in rotationTest()
137 float totalRotations = ((RobustnessPath) mTestPath).getRobustnessPathRotationsSize(); in rotationTest()
180 RotationData rotation = ((RobustnessPath) mTestPath).handleRotation( in getRotationData()
207 return ((RobustnessPath) mTestPath).calculateTimeRemaining(); in getTimeRemaining()
DComplexMovementTest.java46mTestPath = new ComplexMovementPath(mReferencePathDistances, mReferencePath.getCurrentPath()); in ComplexMovementTest()
54 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !mResultsGiven) { in runAdditionalMethods()
76 Ring ring = ((ComplexMovementPath) mTestPath).hasRingBeenEntered(location); in checkIfARingHasBeenPassed()
90 ArrayList<Ring> testArray = ((ComplexMovementPath) mTestPath).getRings(); in testRings()
107 Ring ring = ((ComplexMovementPath) mTestPath).getRings().get(ringIndex); in recordRingTestResults()
120 return ((ComplexMovementPath) mTestPath).getRings(); in getRings()
DTest.java51 protected Path mTestPath; field in Test
71 mTestPath = new AccuracyPath(); in Test()
89 mTestPath.createWaypointAndAddToPath(coordinates, userGenerated, currentLap); in addWaypointDataToPath()
104 return mTestPath.removeLastMarker(); in removeLastAddedMarker()
134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()
166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()
181 …mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()
270 return mTestPath.getPathMarkers(); in getTestPathMarkers()
277 return mTestPath.getPathMarkers().size(); in getTestPathMarkersSize()
DAccuracyTest.java46 if (mTestPath.getPathMarkersSize() == MAX_MARKER_NUMBER && !resultsGiven) { in runAdditionalMethods()