Searched refs:getMaxBiometricUnlockAttemptsReached (Results 1 – 5 of 5) sorted by relevance
76 return monitor.getMaxBiometricUnlockAttemptsReached() || backupIsTimedOut in isBiometricUnlockSuppressed()
58 if (KeyguardUpdateMonitor.getInstance(mContext).getMaxBiometricUnlockAttemptsReached()) { in resetState()
236 && !monitor.getMaxBiometricUnlockAttemptsReached() in maybeStartBiometricUnlock()
185 if (mKeyguardUpdateMonitor.getMaxBiometricUnlockAttemptsReached()) { in displayDefaultSecurityMessage()
1216 public boolean getMaxBiometricUnlockAttemptsReached() { in getMaxBiometricUnlockAttemptsReached() method in KeyguardUpdateMonitor