Searched refs:_isKeyguardGoingAway (Results 1 – 1 of 1) sorted by relevance
100 private val _isKeyguardGoingAway = MutableStateFlow(false) regex101 override val isKeyguardGoingAway: Flow<Boolean> = _isKeyguardGoingAway163 _isKeyguardGoingAway.value = isGoingAway