Searched defs:getFailedUnlockAttempts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java98 * the device, and {@link #getFailedUnlockAttempts()}, {@link #reportFailedAttempt()}
1737 public int getFailedUnlockAttempts(int userId) { method in class:KeyguardUpdateMonitor
1742 mFailedAttempts.put(userId, getFailedUnlockAttempts(userId) + 1);

Completed in 61 milliseconds