Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt66 private val keyguardViewMediatorLazy: Lazy<KeyguardViewMediator>, constant in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
223 keyguardViewMediatorLazy.get().maybeHandlePendingLock() in shouldDelayKeyguardShow()
DLegacyActivityStarterInternalImpl.kt78 private val keyguardViewMediatorLazy: Lazy<KeyguardViewMediator>, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
577 keyguardViewMediatorLazy in <lambda>()
595 keyguardViewMediatorLazy in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt113 keyguardViewMediatorLazy = { keyguardViewMediator }, in setUp()