Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java286 private boolean mAuthInterruptActive; field in KeyguardUpdateMonitor
2207 if (mAuthInterruptActive == active) { in onAuthInterruptDetected()
2210 mAuthInterruptActive = active; in onAuthInterruptDetected()
2396 (mBouncer || mAuthInterruptActive || mOccludingAppRequestingFace || awakeKeyguard in shouldListenForFace()
2412 mAuthInterruptActive, in shouldListenForFace()