Searched refs:getFailedUnlockAttempts (Results 1 – 6 of 6) sorted by relevance
74 final boolean backupIsTimedOut = monitor.getFailedUnlockAttempts() >= in isBiometricUnlockSuppressed()
114 … int attempts = KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(); in verifyPasswordAndUnlock()
220 KeyguardUpdateMonitor.getInstance(mContext).getFailedUnlockAttempts(), in showTimeoutDialog()275 final int failedAttempts = monitor.getFailedUnlockAttempts() + 1; // +1 for this time in reportFailedUnlockAttempt()
212 monitor.getFailedUnlockAttempts() >= in maybeStartBiometricUnlock()
231 int attempts = mKeyguardUpdateMonitor.getFailedUnlockAttempts(); in onPatternDetected()
1187 public int getFailedUnlockAttempts() { in getFailedUnlockAttempts() method in KeyguardUpdateMonitor