Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardLiftController.kt78 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled in updateListeningState() constant
79 if (shouldListen != isListening) { in updateListeningState()
80 isListening = shouldListen in updateListeningState()
82 if (shouldListen) { in updateListeningState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1723 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()
1728 return shouldListen; in shouldListenForFingerprint()