Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java1098 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 in reportFailedUnlockAttempt() local
1101 if (remainingBeforeWipe < LockPatternUtils.FAILED_ATTEMPTS_BEFORE_WIPE_GRACE) { in reportFailedUnlockAttempt()
1116 if (remainingBeforeWipe > 0) { in reportFailedUnlockAttempt()
1117 mView.showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()