Searched refs:_isDozing (Results 1 – 2 of 2) sorted by relevance
70 private val _isDozing = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository71 override val isDozing: StateFlow<Boolean> = _isDozing168 _isDozing.value = isDozing in setIsDozing()
467 private val _isDozing = MutableStateFlow(statusBarStateController.isDozing) constant468 override val isDozing: StateFlow<Boolean> = _isDozing.asStateFlow()471 _isDozing.value = isDozing in setIsDozing()