Searched refs:totalRotations (Results 1 – 1 of 1) sorted by relevance
137 float totalRotations = ((RobustnessPath) mTestPath).getRobustnessPathRotationsSize(); in rotationTest() local138 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() argument167 … " Failed rotation: " + failedRotations + " Total rotations:" + totalRotations + "\n"; in recordRotationTestResults()