Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java105 private final Lazy<OverviewProxyService> mOverviewProxyServiceLazy; field in NotificationLockscreenUserManagerImpl
152 if (mOverviewProxyServiceLazy.get().getProxy() == null) {
153 mOverviewProxyServiceLazy.get().startConnectionToCurrentUser();
253 mOverviewProxyServiceLazy = overviewProxyServiceLazy; in NotificationLockscreenUserManagerImpl()