Searched refs:remainingBeforeWipe (Results 1 – 1 of 1) sorted by relevance
1116 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 in reportFailedUnlockAttempt() local1119 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() argument1159 if (remainingBeforeWipe > 0) { in showMessageForFailedUnlockAttempt()1160 mView.showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, in showMessageForFailedUnlockAttempt()