Searched refs:mFailedAttempts (Results 1 – 2 of 2) sorted by relevance
141 private int mFailedAttempts = 0; field in KeyguardUpdateMonitor1188 return mFailedAttempts; in getFailedUnlockAttempts()1192 mFailedAttempts = 0; in clearFailedUnlockAttempts()1201 mFailedAttempts++; in reportFailedUnlockAttempt()
78 protected int mFailedAttempts; field in KeyguardHostView