Searched defs:failedAttemptCount (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/ | ||
| D | AuthenticationThrottlingModel.kt | 23 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/ | ||
| D | FakeAuthenticationRepository.kt | 55 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/ | ||
| D | AuthenticationInteractor.kt | 335 val failedAttemptCount = async { repository.getFailedAuthenticationAttemptCount() } in <lambda>() constant |