Searched defs:failedAttempts (Results 1 – 3 of 3) sorted by relevance
114 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser() local
194 protected void onPostExecute(Integer failedAttempts) { in onPostExecute()232 private void handleBadAttempt(Integer failedAttempts) { in handleBadAttempt()
525 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local