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

/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DAuthenticationClient.java40 public static final int LOCKOUT_NONE = 0; field in class:AuthenticationClient
86 if (lockoutMode != LOCKOUT_NONE) {
99 result |= lockoutMode != LOCKOUT_NONE; // in a lockout mode
H A DFingerprintService.java446 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE
497 return AuthenticationClient.LOCKOUT_NONE;
826 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) {
830 return AuthenticationClient.LOCKOUT_NONE;
850 if (lockoutMode != AuthenticationClient.LOCKOUT_NONE) {
890 if (DEBUG && getLockoutMode() != AuthenticationClient.LOCKOUT_NONE) {

Completed in 63 milliseconds