Searched refs:_gatekeeperInfo (Results 1 – 1 of 1) sorted by relevance
56 private var _gatekeeperInfo: MutableStateFlow<GatekeeperInfo?> = MutableStateFlow(null) variable in com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintGatekeeperViewModel59 val gatekeeperInfo: Flow<GatekeeperInfo?> = _gatekeeperInfo.asStateFlow()78 _gatekeeperInfo.update { GatekeeperInfo.Invalid } in onConfirmDevice()82 _gatekeeperInfo.update { GatekeeperInfo.GatekeeperPasswordInfo(res.second, res.first) } in onConfirmDevice()95 _gatekeeperInfo.update { GatekeeperInfo.Timeout } in startTimeout()