Searched refs:hintedPinLength (Results 1 – 8 of 8) sorted by relevance
251 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant262 assertThat(hintedPinLength).isNull() in <lambda>()472 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant478 assertThat(hintedPinLength).isNull() in <lambda>()484 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant489 repeat(kosmos.fakeAuthenticationRepository.hintedPinLength - 1) { in <lambda>()497 assertThat(hintedPinLength).isNull() in <lambda>()503 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant509 repeat(kosmos.fakeAuthenticationRepository.hintedPinLength) { add(it + 1) } in <lambda>()514 assertThat(hintedPinLength) in <lambda>()[all …]
138 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant140 assertThat(hintedPinLength).isNull() in <lambda>()405 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant406 assertThat(hintedPinLength).isEqualTo(FakeAuthenticationRepository.HINTING_PIN_LENGTH) in <lambda>()443 val hintedPinLength by collectLastValue(underTest.hintedPinLength) in <lambda>() constant444 assertThat(hintedPinLength).isNull() in <lambda>()
77 val hintedPinLength: StateFlow<Int?> = in <lambda>() constant81 interactor.hintedPinLength in <lambda>()146 val maxInputLength = hintedPinLength.value ?: Int.MAX_VALUE in <lambda>()
89 val hintedPinLength: Int? by viewModel.hintedPinLength.collectAsStateWithLifecycle() in <lambda>() constant103 when (val length = hintedPinLength) { in <lambda>()119 hintedPinLength: Int, in HintingPinInputDisplay()142 repeat(hintedPinLength - currentPinLength) { add(shapeAnimations.dotToCircle) } in HintingPinInputDisplay()157 for (index in 0 until hintedPinLength) { in HintingPinInputDisplay()
71 val hintedPinLength: StateFlow<Int?> = authenticationInteractor.hintedPinLength in <lambda>() constant
112 val hintedPinLength: StateFlow<Int?> = in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor116 isAutoConfirmEnabled && it == repository.hintedPinLength in <lambda>()
74 val hintedPinLength: Int in <lambda>() constant198 override val hintedPinLength: Int = 6 constant
44 override val hintedPinLength: Int = HINTING_PIN_LENGTH in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository