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

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java458 private final Runnable mVibrationEndRunnable = new Runnable() { field in class:VibratorService
466 mH.removeCallbacks(mVibrationEndRunnable);
520 mH.postDelayed(mVibrationEndRunnable, oneShot.getTiming());
530 mH.postDelayed(mVibrationEndRunnable, timeout);

Completed in 27 milliseconds