Searched refs:notificationPanelLogger (Results 1 – 8 of 8) sorted by relevance
25 import com.android.systemui.statusbar.notification.logging.notificationPanelLogger33 notificationPanelLogger = notificationPanelLogger, in <lambda>()
23 val Kosmos.notificationPanelLogger by Fixture { mockNotificationPanelLogger } in <lambda>() constant
93 notificationPanelLogger: NotificationPanelLogger? in bindsStatsLoggerImpl()109 notificationPanelLogger in bindsStatsLoggerImpl()
75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController() argument79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
49 private val notificationPanelLogger: NotificationPanelLogger, in <lambda>() constant in com.android.systemui.statusbar.notification.stack.ui.view.NotificationStatsLoggerImpl139 notificationPanelLogger.logPanelShown( in <lambda>()
28 import com.android.systemui.statusbar.notification.logging.notificationPanelLogger in <lambda>()54 private val mockPanelLogger = kosmos.notificationPanelLogger in <lambda>()
213 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger() argument225 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()
112 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(), constant