Home
last modified time | relevance | path

Searched defs:failedAttemptCount (Results 1 – 2 of 2) 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt335 val failedAttemptCount = async { repository.getFailedAuthenticationAttemptCount() } regex