Searched refs:_isKeyguardGoingAway (Results 1 – 1 of 1) sorted by relevance
102 private val _isKeyguardGoingAway = MutableStateFlow(false) constant103 override val isKeyguardGoingAway: Flow<Boolean> = _isKeyguardGoingAway156 _isKeyguardGoingAway.value = isGoingAway in setKeyguardGoingAway()