Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java214 NotificationPanelLogger notificationPanelLogger) { in provideNotificationLogger() argument
221 notificationPanelLogger); in provideNotificationLogger()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java212 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger() argument
219 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()