Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardLiftController.kt77 val isFaceEnabled = keyguardUpdateMonitor.isFaceAuthEnabledForUser(userId) in updateListeningState() constant
78 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled in updateListeningState()