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

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java99 private final int mRepeat; field in class:VibratorService.Vibration
119 mRepeat = repeat;
152 && mRepeat < 0;
384 vib.mPattern, vib.mRepeat, vib.mUsageHint, vib.mUid, vib.mOpPkg));
671 final int repeat = mVibration.mRepeat;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java86 private int mRepeat = 0; field in class:Am
449 mRepeat = 0;
689 mRepeat = Integer.parseInt(nextArgRequired());
964 mRepeat--;
965 if (mRepeat > 1) {
968 } while (mRepeat > 1);
/frameworks/native/services/inputflinger/
H A DInputReader.h1091 ssize_t mRepeat; member in class:android::VibratorInputMapper

Completed in 88 milliseconds