Searched refs:totalVibrations (Results 1 – 3 of 3) sorted by relevance
120 private int getVibrationCount(long totalVibrations, long timeoutMills) { in getVibrationCount() argument125 while (vibrationCount < totalVibrations in getVibrationCount()130 if (results.size() < totalVibrations) { in getVibrationCount()162 final long totalVibrations = testData.durations.size(); in testInputVibratorManagerEvents() local203 assertEquals(totalVibrations, getVibrationCount(totalVibrations, timeoutMills)); in testInputVibratorManagerEvents()
139 final long totalVibrations = test.durations.size(); in testInputVibratorEvents() local167 while (vibrationCount < totalVibrations in testInputVibratorEvents()172 if (results.size() < totalVibrations) { in testInputVibratorEvents()187 assertEquals(vibrationCount, totalVibrations); in testInputVibratorEvents()
251 final long totalVibrations = test.durations.size(); in testInputVibratorEvents() local285 while (vibrationCount < totalVibrations in testInputVibratorEvents()290 if (results.size() < totalVibrations) { in testInputVibratorEvents()310 assertEquals(vibrationCount, totalVibrations); in testInputVibratorEvents()328 final long totalVibrations = test.durations.size(); in testInputVibratorManagerEvents() local353 while (vibrationCount < totalVibrations in testInputVibratorManagerEvents()358 if (results.size() < totalVibrations) { in testInputVibratorManagerEvents()378 assertEquals(vibrationCount, totalVibrations); in testInputVibratorManagerEvents()