Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt326 FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS.seconds.plus(1.seconds) in <lambda>()
365 advanceTimeBy(FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS.seconds) in <lambda>()
402 repeat(FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS - 1) { in <lambda>()
444 advanceTimeBy(FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS.seconds) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt206 const val LOCKOUT_DURATION_SECONDS = 30 in <lambda>() constant
207 const val LOCKOUT_DURATION_MS = LOCKOUT_DURATION_SECONDS * 1000 in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModelTest.kt135 val lockoutSeconds = FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS in <lambda>()
152 repeat(FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS) { time -> in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt248 advanceTimeBy(FakeAuthenticationRepository.LOCKOUT_DURATION_SECONDS.seconds) in <lambda>()