Searched refs:failedAttempts (Results 1 – 2 of 2) sorted by relevance
236 const int failedAttempts = in authenticate() local238 ? 1 : ++mLockOut.failedAttempts; in authenticate()240 if (failedAttempts >= 10) { in authenticate()246 if (failedAttempts >= 5) { in authenticate()249 } else if (failedAttempts >= 3) { in authenticate()
62 int failedAttempts = 0; member