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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java74 final boolean backupIsTimedOut = monitor.getFailedUnlockAttempts() >=
H A DKeyguardAbsKeyInputView.java114 int attempts = KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts();
H A DKeyguardFaceUnlockView.java212 monitor.getFailedUnlockAttempts() >=
H A DKeyguardSecurityContainer.java220 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(),
275 final int failedAttempts = monitor.getFailedUnlockAttempts() + 1; // +1 for this time
H A DKeyguardPatternView.java231 int attempts = mKeyguardUpdateMonitor.getFailedUnlockAttempts();
H A DKeyguardUpdateMonitor.java81 * the device, and {@link #getFailedUnlockAttempts()}, {@link #reportFailedAttempt()}
1187 public int getFailedUnlockAttempts() { method in class:KeyguardUpdateMonitor

Completed in 42 milliseconds