Home
last modified time | relevance | path

Searched refs:RobustnessPath (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java25 import com.android.cts.verifier.sensors.sixdof.Utils.Path.RobustnessPath;
52 mTestPath = new RobustnessPath(openGlRotation); in RobustnessTest()
92 if (mTimeDifferences.get(i) > RobustnessPath.TIME_TO_ADD_MARKER) { in timerTest()
105 ArrayList<Long> markerTimeStamps = ((RobustnessPath) mTestPath).getMarkerTimeStamp(); in calculateTimeBetweenMarkers()
106 for (int i = 1; i < ((RobustnessPath) mTestPath).getMarkerTimeStampSize(); i++) { in calculateTimeBetweenMarkers()
124 … + RobustnessPath.TIME_TO_ADD_MARKER / 1000 + " Completed time: " + Math.abs(failedTime) / 1000 + 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java34 public class RobustnessPath extends Path { class
57 public RobustnessPath(int openGlRotation) { in RobustnessPath() method in RobustnessPath