Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java85 private final Lazy<KeyguardStateController> mKeyguardStateControllerLazy; field in CarSystemBar
156 mKeyguardStateControllerLazy = keyguardStateControllerLazy; in CarSystemBar()
321 if (mKeyguardStateControllerLazy.get().isShowing()) { in restartNavBars()