Home
last modified time | relevance | path

Searched refs:lockoutDurationMs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/shared/model/
DAuthenticationResultModel.kt24 val lockoutDurationMs: Int = 0, constant in com.android.systemui.authentication.shared.model.AuthenticationResultModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt149 lockoutDurationMs = 0, in <lambda>()
154 lockoutDurationMs = LOCKOUT_DURATION_MS, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt249 if (authenticationResult.lockoutDurationMs > 0) { in <lambda>()
251 repository.reportLockoutStarted(authenticationResult.lockoutDurationMs) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt274 AuthenticationResultModel(isSuccessful = matched, lockoutDurationMs = 0) in checkCredential()
276 AuthenticationResultModel(isSuccessful = false, lockoutDurationMs = ex.timeoutMs) in checkCredential()