Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/viewmodel/
DFingerprintGatekeeperViewModel.kt56 private var _gatekeeperInfo: MutableStateFlow<GatekeeperInfo?> = MutableStateFlow(null) variable in com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.FingerprintGatekeeperViewModel
59 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()