Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt60 private val failedAuthenticationAttempts by in <lambda>() constant
61 testScope.collectLastValue(underTest.failedAuthenticationAttempts) in <lambda>()
342 fun failedAuthenticationAttempts() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest
344 val failedAuthenticationAttempts by in <lambda>() constant
345 collectLastValue(underTest.failedAuthenticationAttempts) in <lambda>()
351 assertThat(failedAuthenticationAttempts).isEqualTo(0) in <lambda>()
356 assertThat(failedAuthenticationAttempts).isEqualTo(index + 1) in <lambda>()
361 assertThat(failedAuthenticationAttempts) in <lambda>()
366 assertThat(failedAuthenticationAttempts) in <lambda>()
371 assertThat(failedAuthenticationAttempts).isEqualTo(0) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt144 val failedAuthenticationAttempts: StateFlow<Int> = repository.failedAuthenticationAttempts in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
168 repository.failedAuthenticationAttempts.map { failedAttempts -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt91 val failedAuthenticationAttempts: StateFlow<Int> in <lambda>() constant
244 override val failedAuthenticationAttempts: StateFlow<Int> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt100 override val failedAuthenticationAttempts: StateFlow<Int> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository