Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt177 val remainingAttemptsBeforeWipe = max(0, failedAttemptsBeforeWipe - failedAttempts) in <lambda>() constant
178 if (remainingAttemptsBeforeWipe >= LockPatternUtils.FAILED_ATTEMPTS_BEFORE_WIPE_GRACE) { in <lambda>()
185 remainingAttempts = remainingAttemptsBeforeWipe, in <lambda>()