Searched refs:_biometricUnlockSource (Results 1 – 1 of 1) sorted by relevance
112 private val _biometricUnlockSource = MutableStateFlow<BiometricUnlockSource?>(null) regex113 override val biometricUnlockSource: Flow<BiometricUnlockSource?> = _biometricUnlockSource215 _biometricUnlockSource.tryEmit(source)