Searched defs:repeatIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java896 long[] timings, int[] amplitudes, int startIndex, int repeatIndex) {
902 if (repeatIndex >= 0) {
903 i = repeatIndex;
895 getTotalOnDuration( long[] timings, int[] amplitudes, int startIndex, int repeatIndex) argument
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java940 VibrateRepeatMatcher(int repeatIndex) { argument
941 mRepeatIndex = repeatIndex;
956 return "repeatIndex=" + mRepeatIndex;

Completed in 104 milliseconds