Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1116 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 in reportFailedUnlockAttempt() local
1119 if (remainingBeforeWipe < LockPatternUtils.FAILED_ATTEMPTS_BEFORE_WIPE_GRACE) { in reportFailedUnlockAttempt()
1129 userId, expiringUser, mainUser, remainingBeforeWipe, failedAttempts); in reportFailedUnlockAttempt()
1143 int remainingBeforeWipe, int failedAttempts) { in showMessageForFailedUnlockAttempt() argument
1159 if (remainingBeforeWipe > 0) { in showMessageForFailedUnlockAttempt()
1160 mView.showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, in showMessageForFailedUnlockAttempt()