Home
last modified time | relevance | path

Searched defs:failedAttemptCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationThrottlingModel.kt23 val failedAttemptCount: Int = 0, constant in com.android.systemui.authentication.shared.model.AuthenticationThrottlingModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt55 private var failedAttemptCount = 0 in <lambda>() variable in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt335 val failedAttemptCount = async { repository.getFailedAuthenticationAttemptCount() } in <lambda>() constant