Home
last modified time | relevance | path

Searched refs:getMaxBiometricUnlockAttemptsReached (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityModel.java76 return monitor.getMaxBiometricUnlockAttemptsReached() || backupIsTimedOut in isBiometricUnlockSuppressed()
DKeyguardPINView.java58 if (KeyguardUpdateMonitor.getInstance(mContext).getMaxBiometricUnlockAttemptsReached()) { in resetState()
DKeyguardFaceUnlockView.java236 && !monitor.getMaxBiometricUnlockAttemptsReached() in maybeStartBiometricUnlock()
DKeyguardPatternView.java185 if (mKeyguardUpdateMonitor.getMaxBiometricUnlockAttemptsReached()) { in displayDefaultSecurityMessage()
DKeyguardUpdateMonitor.java1216 public boolean getMaxBiometricUnlockAttemptsReached() { in getMaxBiometricUnlockAttemptsReached() method in KeyguardUpdateMonitor