HomeSort by relevance Sort by last modified time
    Searched defs:reportFailedUnlockAttempt (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 49 void reportFailedUnlockAttempt();
52 * Gets the number of attempts thus far as reported by {@link #reportFailedUnlockAttempt()}
KeyguardAbsKeyInputView.java 162 mCallback.reportFailedUnlockAttempt();
FaceUnlock.java 338 mKeyguardScreenCallback.reportFailedUnlockAttempt();
KeyguardPatternView.java 275 mCallback.reportFailedUnlockAttempt();
KeyguardHostView.java 594 public void reportFailedUnlockAttempt() {
598 KeyguardHostView.this.reportFailedUnlockAttempt();
674 private void reportFailedUnlockAttempt() {
721 monitor.reportFailedUnlockAttempt();
    [all...]
KeyguardUpdateMonitor.java     [all...]

Completed in 205 milliseconds