Home | History | Annotate | Download | only in keyguard

Lines Matching refs:mFailedAttempts

205     private SparseIntArray mFailedAttempts = new SparseIntArray();
1734 mFailedAttempts.delete(sCurrentUser);
1738 return mFailedAttempts.get(userId, 0);
1742 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1);