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.java204 private boolean mAuthInterruptActive; field in KeyguardUpdateMonitor
1569 if (mAuthInterruptActive == active) { in onAuthInterruptDetected()
1572 mAuthInterruptActive = active; in onAuthInterruptDetected()
1629 return (mBouncer || mAuthInterruptActive || awakeKeyguard || shouldListenForFaceAssistant()) in shouldListenForFace()