Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java147 @Inject Lazy<NotificationSectionsManager> mNotificationSectionsManagerLazy; field in Dependency
193 mProviders.put(NotificationSectionsManager.class, mNotificationSectionsManagerLazy::get); in start()