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

/frameworks/base/services/java/com/android/server/
H A DVibratorService.java76 private final int mRepeat; field in class:VibratorService.Vibration
93 mRepeat = repeat;
476 int repeat = mVibration.mRepeat;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java65 private int mRepeat = 0; field in class:Am
173 mRepeat = 0;
333 mRepeat = Integer.parseInt(nextArgRequired());
571 mRepeat--;
572 if (mRepeat > 1) {
575 } while (mRepeat > 1);
/frameworks/base/services/input/
H A DInputReader.h992 ssize_t mRepeat; member in class:android::VibratorInputMapper

Completed in 82 milliseconds