Searched refs:mKeyguardIsVisible (Results 1 – 1 of 1) sorted by relevance
200 private boolean mKeyguardIsVisible; field in KeyguardUpdateMonitor1616 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()1625 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep; in shouldListenForFace()2068 return mKeyguardIsVisible; in isKeyguardVisible()2079 mKeyguardIsVisible = showing; in onKeyguardVisibilityChanged()2217 callback.onKeyguardVisibilityChangedRaw(mKeyguardIsVisible); in sendUpdates()