Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java856 return shouldIgnoreVibrationForOngoing(vib, mCurrentExternalVibration); in shouldIgnoreVibrationForOngoingLocked()
860 Vibration.EndInfo vibrationEndInfo = shouldIgnoreVibrationForOngoing(vib, in shouldIgnoreVibrationForOngoingLocked()
877 return shouldIgnoreVibrationForOngoing(vib, currentVibration); in shouldIgnoreVibrationForOngoingLocked()
890 private static Vibration.EndInfo shouldIgnoreVibrationForOngoing( in shouldIgnoreVibrationForOngoing() method in VibratorManagerService