Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityModel.java74 final boolean backupIsTimedOut = monitor.getFailedUnlockAttempts() >= in isBiometricUnlockSuppressed()
DKeyguardAbsKeyInputView.java114 … int attempts = KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(); in verifyPasswordAndUnlock()
DKeyguardSecurityContainer.java220 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(), in showTimeoutDialog()
275 final int failedAttempts = monitor.getFailedUnlockAttempts() + 1; // +1 for this time in reportFailedUnlockAttempt()
DKeyguardFaceUnlockView.java212 monitor.getFailedUnlockAttempts() >= in maybeStartBiometricUnlock()
DKeyguardPatternView.java231 int attempts = mKeyguardUpdateMonitor.getFailedUnlockAttempts(); in onPatternDetected()
DKeyguardUpdateMonitor.java1187 public int getFailedUnlockAttempts() { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor