Home
last modified time | relevance | path

Searched refs:handleAttemptLockout (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputViewController.java110 handleAttemptLockout(deadline); in onViewAttached()
146 protected void handleAttemptLockout(long elapsedRealtimeDeadline) { in handleAttemptLockout() method in KeyguardAbsKeyInputViewController
194 handleAttemptLockout(deadline); in onPasswordChecked()
DKeyguardPinViewController.java129 protected void handleAttemptLockout(long elapsedRealtimeDeadline) { in handleAttemptLockout() method in KeyguardPinViewController
130 super.handleAttemptLockout(elapsedRealtimeDeadline); in handleAttemptLockout()
DKeyguardPatternViewController.java182 handleAttemptLockout(deadline); in onPatternChecked()
250 handleAttemptLockout(deadline); in onViewAttached()
374 private void handleAttemptLockout(long elapsedRealtimeDeadline) { in handleAttemptLockout() method in KeyguardPatternViewController
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardAbsKeyInputViewControllerTest.java194 mKeyguardAbsKeyInputViewController.handleAttemptLockout(SystemClock.elapsedRealtime());
DKeyguardPinViewControllerTest.kt263 pinViewController.handleAttemptLockout(0) in handleLockout_readsNumberOfErrorAttempts()