Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.kt46 private val keyguardInteractorLazy: Lazy<KeyguardInteractor>, constant in com.android.systemui.statusbar.policy.UserSwitcherController
60 private val keyguardInteractor: KeyguardInteractor by lazy { keyguardInteractorLazy.get() } in <lambda>()