Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt74 private val _isDreamingWithOverlay = MutableStateFlow(false) regex
75 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay
195 _isDreamingWithOverlay.value = isDreaming