Home
last modified time | relevance | path

Searched defs:failedAttempts (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationWipeModel.kt32 val failedAttempts: Int, constant in com.android.systemui.authentication.shared.model.AuthenticationWipeModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt145 val failedAttempts = _failedAuthenticationAttempts.value in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DLockoutFrameworkImpl.java147 final int failedAttempts = mFailedAttempts.get(userId, 0); in getLockoutModeForUser() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1109 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt() local
1143 int remainingBeforeWipe, int failedAttempts) { in showMessageForFailedUnlockAttempt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt168 repository.failedAuthenticationAttempts.map { failedAttempts -> in <lambda>() method