Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java219 private boolean mAuthInterruptActive; field in KeyguardUpdateMonitor
1669 if (mAuthInterruptActive == active) { in onAuthInterruptDetected()
1672 mAuthInterruptActive = active; in onAuthInterruptDetected()
1760 return (mBouncer || mAuthInterruptActive || awakeKeyguard || shouldListenForFaceAssistant()) in shouldListenForFace()