HomeSort by relevance Sort by last modified time
    Searched refs:LOCKOUT_NONE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/fingerprint/
AuthenticationClient.java 44 public static final int LOCKOUT_NONE = 0;
203 if (lockoutMode != LOCKOUT_NONE) {
227 result |= lockoutMode != LOCKOUT_NONE; // in a lockout mode
FingerprintService.java 472 if (mPerformanceStats != null && getLockoutMode() == AuthenticationClient.LOCKOUT_NONE
532 return AuthenticationClient.LOCKOUT_NONE;
    [all...]

Completed in 1249 milliseconds