Home
last modified time | relevance | path

Searched refs:shouldIgnoreVibrationForOngoing (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorManagerService.java1012 return shouldIgnoreVibrationForOngoing(vib, mCurrentExternalVibration); in shouldIgnoreVibrationForOngoingLocked()
1016 Vibration.EndInfo vibrationEndInfo = shouldIgnoreVibrationForOngoing(vib, in shouldIgnoreVibrationForOngoingLocked()
1033 return shouldIgnoreVibrationForOngoing(vib, currentVibration); in shouldIgnoreVibrationForOngoingLocked()
1046 private static Vibration.EndInfo shouldIgnoreVibrationForOngoing( in shouldIgnoreVibrationForOngoing() method in VibratorManagerService