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

/frameworks/base/services/java/com/android/server/
H A DVibratorService.java50 private final int mRepeat; field in class:VibratorService.Vibration
67 mRepeat = repeat;
333 int repeat = mVibration.mRepeat;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java63 private int mRepeat = 0; field in class:Am
151 mRepeat = 0;
288 mRepeat = Integer.parseInt(nextArgRequired());
511 mRepeat--;
512 if (mRepeat > 1) {
515 } while (mRepeat > 1);

Completed in 253 milliseconds