Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorFactory.kt64 val currentKeyguardStateFlow = MutableSharedFlow<KeyguardState>() in create() constant
68 whenever(it.currentKeyguardState).thenReturn(currentKeyguardStateFlow) in create()