Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationSettings.java144 private static final Set<Integer> POWER_MANAGER_SLEEP_REASON_ALLOWLIST = new HashSet<>( field in VibrationSettings
490 || POWER_MANAGER_SLEEP_REASON_ALLOWLIST.contains(sleepData.goToSleepReason)) { in shouldCancelVibrationOnScreenOff()