Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorManagerService.java963 Vibration.Status statusFromSettings = mVibrationSettings.shouldIgnoreVibration(callerInfo); in shouldIgnoreVibrationLocked() local
964 if (statusFromSettings != null) { in shouldIgnoreVibrationLocked()
965 return new Vibration.EndInfo(statusFromSettings); in shouldIgnoreVibrationLocked()