Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java408 if (!shouldVibrateForRingerModeLocked(usage)) { in shouldIgnoreVibration()
464 private boolean shouldVibrateForRingerModeLocked(@VibrationAttributes.Usage int usageHint) { in shouldVibrateForRingerModeLocked() method in VibrationSettings