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

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java582 private final Runnable mVibrationEndRunnable = new Runnable() { field in class:VibratorService
594 mH.removeCallbacks(mVibrationEndRunnable);
663 mH.postDelayed(mVibrationEndRunnable, oneShot.getDuration());
675 mH.postDelayed(mVibrationEndRunnable, timeout);

Completed in 753 milliseconds