Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt55 private var failedAttemptCount = 0 regex
78 failedAttemptCount = if (isSuccessful) 0 else failedAttemptCount + 1
87 return failedAttemptCount
131 isSuccessful || failedAttemptCount < MAX_FAILED_AUTH_TRIES_BEFORE_THROTTLING - 1
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
H A DAuthenticationThrottlingModel.kt23 val failedAttemptCount: Int = 0,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt335 val failedAttemptCount = async { repository.getFailedAuthenticationAttemptCount() } regex
340 failedAttemptCount = failedAttemptCount.await(),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt487 failedAttemptCount =
500 failedAttemptCount =
516 failedAttemptCount =
533 failedAttemptCount =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DBouncerViewModel.kt121 bouncerInteractor.throttling.value.failedAttemptCount,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractorTest.kt308 failedAttemptCount =
343 failedAttemptCount =