Home
last modified time | relevance | path

Searched refs:LOCKOUT_DURATION_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt154 lockoutDurationMs = LOCKOUT_DURATION_MS, in <lambda>()
207 const val LOCKOUT_DURATION_MS = LOCKOUT_DURATION_SECONDS * 1000 in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt393 testScope.currentTime + FakeAuthenticationRepository.LOCKOUT_DURATION_MS in <lambda>()