Searched refs:shouldListen (Results 1 – 2 of 2) sorted by relevance
78 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled in updateListeningState() constant79 if (shouldListen != isListening) { in updateListeningState()80 isListening = shouldListen in updateListeningState()82 if (shouldListen) { in updateListeningState()
1723 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()1728 return shouldListen; in shouldListenForFingerprint()