Home
last modified time | relevance | path

Searched defs:currentKeyguardState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DTransitionInteractor.kt71 val currentKeyguardState = transitionInteractor.currentKeyguardState in <lambda>() constant
DKeyguardOcclusionInteractor.kt97 .map { (wakefulness, currentKeyguardState) -> in <lambda>() method
DKeyguardTransitionInteractor.kt374 val currentKeyguardState: SharedFlow<KeyguardState> = in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardTransitionInteractor
DKeyguardInteractor.kt344 currentKeyguardState, in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DSceneContainerOcclusionInteractorTest.kt204 val currentKeyguardState = keyguardTransitionInteractor.getCurrentState() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DAlternateBouncerInteractor.kt112 .flatMapLatest { (currentKeyguardState, transitionState) -> in <lambda>() method