Searched refs:_isDreamingWithOverlay (Results 1 – 1 of 1) sorted by relevance
85 private val _isDreamingWithOverlay = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository86 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay212 _isDreamingWithOverlay.value = isDreaming in setDreamingWithOverlay()