Home
last modified time | relevance | path

Searched refs:_isDreamingWithOverlay (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt85 private val _isDreamingWithOverlay = MutableStateFlow(false) constant
86 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay
212 _isDreamingWithOverlay.value = isDreaming in setDreamingWithOverlay()