Searched refs:mOverviewProxyServiceLazy (Results 1 – 1 of 1) sorted by relevance
105 private final Lazy<OverviewProxyService> mOverviewProxyServiceLazy; field in NotificationLockscreenUserManagerImpl152 if (mOverviewProxyServiceLazy.get().getProxy() == null) {153 mOverviewProxyServiceLazy.get().startConnectionToCurrentUser();253 mOverviewProxyServiceLazy = overviewProxyServiceLazy; in NotificationLockscreenUserManagerImpl()