Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt195 val isDreamingWithOverlay: Flow<Boolean> = repository.isDreamingWithOverlay in <lambda>() constant
225 merge(isDreaming, isDreamingWithOverlay) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt154 val isDreamingWithOverlay: Flow<Boolean> in <lambda>() constant
492 override val isDreamingWithOverlay: Flow<Boolean> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt86 override val isDreamingWithOverlay: Flow<Boolean> = _isDreamingWithOverlay constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryImplTest.kt353 val job = underTest.isDreamingWithOverlay.onEach { latest = it }.launchIn(this) in <lambda>()