Searched refs:UiStep (Results 1 – 4 of 4) sorted by relevance
68 class TransitionStep(val nextUiStep: UiStep) : FingerprintNavigationStep { in update()91 sealed class UiStep( in update() class97 data object Init : UiStep() { in update()118 data object ConfirmDeviceCredential : UiStep() {135 ) : UiStep(enterTransition, exitTransition) {154 ) : UiStep(enterTransition, exitTransition) {170 data class Enrollment(val sensor: FingerprintSensor) : UiStep() {186 data object Confirmation : UiStep() {
30 …m.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintNavigationStep.UiStep in <lambda>()70 private var _navigateTo: MutableStateFlow<UiStep?> = MutableStateFlow(null) in <lambda>()71 val navigateTo: Flow<UiStep?> = _navigateTo.asStateFlow() in <lambda>()88 private var _currentScreen = MutableStateFlow<UiStep?>(null) in <lambda>()91 val currentScreen: Flow<UiStep?> = _currentScreen.asStateFlow() in <lambda>()107 val isUiStep = currentStep is UiStep && caller is UiStep in <lambda>()134 is UiStep -> { in <lambda>()
132 var step: FingerprintNavigationStep.UiStep? = null in testNextButtonSendsNextStep()150 var step: FingerprintNavigationStep.UiStep? = null in testAddAnotherSendsAction()
58 class Injector(step: FingerprintNavigationStep.UiStep) {