Searched refs:LOCKOUT_PERMANENT (Results 1 – 4 of 4) sorted by relevance
41 public static final int LOCKOUT_PERMANENT = 2; field in AuthenticationClient
266 if (lockoutMode == AuthenticationClient.LOCKOUT_PERMANENT) { in handleFailedAttempt()
789 mCurrentUserLockoutMode = AuthenticationClient.LOCKOUT_PERMANENT;1168 proto.write(FaceActionStatsProto.LOCKOUT_PERMANENT, normal.lockout); in dumpProto()1181 proto.write(FaceActionStatsProto.LOCKOUT_PERMANENT, crypto.lockout); in dumpProto()
893 return AuthenticationClient.LOCKOUT_PERMANENT; in getLockoutMode()