Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java85 private static final Set<Integer> BACKGROUND_PROCESS_USAGE_ALLOWLIST = new HashSet<>( field in VibrationSettings
384 && !BACKGROUND_PROCESS_USAGE_ALLOWLIST.contains(usage)) { in shouldIgnoreVibration()