Searched refs:failedRotations (Results 1 – 2 of 2) sorted by relevance
136 float failedRotations = ((RobustnessPath) mTestPath).getFailedRotationsSize(); in rotationTest() local138 float percentage = (failedRotations / totalRotations) * 100; in rotationTest()145 recordRotationTestResults(percentage, failedRotations, totalRotations); in rotationTest()148 Log.d("getFailedRotationSize", "" + failedRotations); in rotationTest()163 …private void recordRotationTestResults(float percentFailed, float failedRotations, float totalRota… in recordRotationTestResults() argument167 … " Failed rotation: " + failedRotations + " Total rotations:" + totalRotations + "\n"; in recordRotationTestResults()
279 ArrayList<RotationData> failedRotations = new ArrayList<>(); in getFailedRotationsSize() local282 failedRotations.add(rotationObject); in getFailedRotationsSize()285 return failedRotations.size(); in getFailedRotationsSize()