Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DActiveUnlockConfigTest.kt289 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason))
291 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason))
312 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason))
314 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason))
317 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_LIFT))
318 assertTrue(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_TAP))
319 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(
332 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason))
334 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(
336 assertFalse(activeUnlockConfig.isWakeupConsideredUnlockIntent(PowerManager.WAKE_REASON_TAP))
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DActiveUnlockConfig.kt279 fun isWakeupConsideredUnlockIntent(pmWakeReason: Int): Boolean { regex
H A DKeyguardUpdateMonitor.java2919 mActiveUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason) in requestActiveUnlockFromWakeReason()