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.java322 private boolean mAuthInterruptActive; field in KeyguardUpdateMonitor
2617 if (mAuthInterruptActive == active) { in onAuthInterruptDetected()
2620 mAuthInterruptActive = active; in onAuthInterruptDetected()
2778 (mAuthInterruptActive || triggerActiveUnlockForAssistant || awakeKeyguard) in shouldTriggerActiveUnlock()
2794 mAuthInterruptActive, in shouldTriggerActiveUnlock()