Searched refs:mKeyguardIsVisible (Results 1 – 1 of 1) sorted by relevance
215 private boolean mKeyguardIsVisible; field in KeyguardUpdateMonitor1723 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()1735 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep; in shouldListenForFace()2203 return mKeyguardIsVisible; in isKeyguardVisible()2214 mKeyguardIsVisible = showing; in onKeyguardVisibilityChanged()2370 callback.onKeyguardVisibilityChangedRaw(mKeyguardIsVisible); in sendUpdates()