Searched refs:_canRunFaceAuth (Results 1 – 2 of 2) sorted by relevance
40 private val _canRunFaceAuth = MutableStateFlow(false) regex41 override val canRunFaceAuth: StateFlow<Boolean> = _canRunFaceAuth
203 private val _canRunFaceAuth = MutableStateFlow(true) regex205 get() = _canRunFaceAuth406 _canRunFaceAuth.value = it