Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java137 float totalRotations = ((RobustnessPath) mTestPath).getRobustnessPathRotationsSize(); in rotationTest() local
138 float percentage = (failedRotations / totalRotations) * 100; in rotationTest()
139 if (totalRotations == 0) { in rotationTest()
145 recordRotationTestResults(percentage, failedRotations, totalRotations); in rotationTest()
149 Log.d("total", "" + totalRotations); in rotationTest()
163 … void recordRotationTestResults(float percentFailed, float failedRotations, float totalRotations) { in recordRotationTestResults() argument
167 … " Failed rotation: " + failedRotations + " Total rotations:" + totalRotations + "\n"; in recordRotationTestResults()