Searched refs:failedAttemptsBeforeWipe (Results 1 – 2 of 2) sorted by relevance
169 val failedAttemptsBeforeWipe = repository.getMaxFailedUnlockAttemptsForWipe() in <lambda>() constant170 if (failedAttemptsBeforeWipe == 0) { in <lambda>()177 val remainingAttemptsBeforeWipe = max(0, failedAttemptsBeforeWipe - failedAttempts) in <lambda>()
1113 final int failedAttemptsBeforeWipe = in reportFailedUnlockAttempt() local1116 final int remainingBeforeWipe = failedAttemptsBeforeWipe > 0 in reportFailedUnlockAttempt()1117 ? (failedAttemptsBeforeWipe - failedAttempts) in reportFailedUnlockAttempt()