Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController() argument
79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java124 NotificationPanelLogger notificationPanelLogger) { in provideNotificationLogger() argument
134 notificationPanelLogger); in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java207 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger() argument
216 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()