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

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java98 private final int mRepeat; field in class:VibratorService.Vibration
118 mRepeat = repeat;
150 return (mUid == Process.SYSTEM_UID || mUid == 0) && mRepeat < 0;
382 vib.mPattern, vib.mRepeat, vib.mUsageHint, vib.mUid, vib.mOpPkg));
669 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 5995 milliseconds