Searched refs:_biometricUnlockState (Results 1 – 2 of 2) sorted by relevance
105 private val _biometricUnlockState = constant108 _biometricUnlockState.asStateFlow()227 _biometricUnlockState.tryEmit(BiometricUnlockModel(mode, source)) in setBiometricUnlockState()
608 private val _biometricUnlockState: MutableStateFlow<BiometricUnlockModel> = constant611 _biometricUnlockState.asStateFlow()617 _biometricUnlockState.value = BiometricUnlockModel(unlockMode, unlockSource) in setBiometricUnlockState()