Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java117 Lazy<NotificationRowBinder> notificationRowBinderLazy, in provideNotificationEntryManager() argument
127 notificationRowBinderLazy, in provideNotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java153 Lazy<NotificationRowBinder> notificationRowBinderLazy, in NotificationEntryManager() argument
163 mNotificationRowBinderLazy = notificationRowBinderLazy; in NotificationEntryManager()