Searched refs:failedAuthenticationAttempts (Results 1 – 4 of 4) sorted by relevance
60 private val failedAuthenticationAttempts by in <lambda>() constant61 testScope.collectLastValue(underTest.failedAuthenticationAttempts) in <lambda>()342 fun failedAuthenticationAttempts() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest344 val failedAuthenticationAttempts by in <lambda>() constant345 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 …]
144 val failedAuthenticationAttempts: StateFlow<Int> = repository.failedAuthenticationAttempts in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor168 repository.failedAuthenticationAttempts.map { failedAttempts -> in <lambda>()
91 val failedAuthenticationAttempts: StateFlow<Int> in <lambda>() constant244 override val failedAuthenticationAttempts: StateFlow<Int> = constant
100 override val failedAuthenticationAttempts: StateFlow<Int> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository