Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java124 private static final Set<Integer> SYSTEM_VIBRATION_SCREEN_OFF_USAGE_ALLOWLIST = new HashSet<>( field in VibrationSettings
448 if (!SYSTEM_VIBRATION_SCREEN_OFF_USAGE_ALLOWLIST.contains(callerInfo.attrs.getUsage())) { in shouldCancelVibrationOnScreenOff()