Home
last modified time | relevance | path

Searched refs:LOCKOUT_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
DAuthenticationClient.java44 public static final int LOCKOUT_NONE = 0; field in AuthenticationClient
203 if (lockoutMode != LOCKOUT_NONE) { in onAuthenticated()
227 result |= lockoutMode != LOCKOUT_NONE; // in a lockout mode in onAuthenticated()
DFingerprintService.java472 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE in handleAcquired()
532 return AuthenticationClient.LOCKOUT_NONE; in getLockoutMode()
902 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()
906 return AuthenticationClient.LOCKOUT_NONE; in startAuthentication()
927 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) { in startAuthentication()
967 if (DEBUG && getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) { in resetFailedAttemptsForUser()