Searched refs:totalVibrations (Results 1 – 3 of 3) sorted by relevance
114 private int getVibrationCount(long totalVibrations, long timeoutMills) { in getVibrationCount() argument119 while (vibrationCount < totalVibrations in getVibrationCount()124 if (results.size() < totalVibrations) { in getVibrationCount()156 final long totalVibrations = testData.durations.size(); in testInputVibratorManagerEvents() local197 assertEquals(totalVibrations, getVibrationCount(totalVibrations, timeoutMills)); in testInputVibratorManagerEvents()
138 final long totalVibrations = test.durations.size(); in testInputVibratorEvents() local166 while (vibrationCount < totalVibrations in testInputVibratorEvents()171 if (results.size() < totalVibrations) { in testInputVibratorEvents()186 assertEquals(vibrationCount, totalVibrations); in testInputVibratorEvents()
260 final long totalVibrations = test.durations.size(); in testInputVibratorEvents() local294 while (vibrationCount < totalVibrations in testInputVibratorEvents()299 if (results.size() < totalVibrations) { in testInputVibratorEvents()319 assertEquals(vibrationCount, totalVibrations); in testInputVibratorEvents()337 final long totalVibrations = test.durations.size(); in testInputVibratorManagerEvents() local362 while (vibrationCount < totalVibrations in testInputVibratorManagerEvents()367 if (results.size() < totalVibrations) { in testInputVibratorManagerEvents()387 assertEquals(vibrationCount, totalVibrations); in testInputVibratorManagerEvents()