Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DActiveUnlockConfig.kt254 fun isActiveUnlockEnabled(): Boolean { regex
307 ActiveUnlockRequestOrigin.ASSISTANT -> isActiveUnlockEnabled()
H A DKeyguardUpdateMonitor.java2953 && !allowRequest && mActiveUnlockConfig.isActiveUnlockEnabled()) { in requestActiveUnlock()