Home | History | Annotate | Download | only in keyguard

Lines Matching refs:mFailedAttempts

181     private SparseIntArray mFailedAttempts = new SparseIntArray();
1641 mFailedAttempts
1645 return mFailedAttempts.get(userId, 0);
1649 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1);