Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerKosmos.kt25 import com.android.systemui.statusbar.notification.logging.notificationPanelLogger
33 notificationPanelLogger = notificationPanelLogger, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.kt23 val Kosmos.notificationPanelLogger by Fixture { mockNotificationPanelLogger } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt93 notificationPanelLogger: NotificationPanelLogger? in bindsStatsLoggerImpl()
109 notificationPanelLogger in bindsStatsLoggerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController() argument
79 mNotificationPanelLogger = notificationPanelLogger; in ExpandableNotificationRowDragController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt49 private val notificationPanelLogger: NotificationPanelLogger, in <lambda>() constant in com.android.systemui.statusbar.notification.stack.ui.view.NotificationStatsLoggerImpl
139 notificationPanelLogger.logPanelShown( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt28 import com.android.systemui.statusbar.notification.logging.notificationPanelLogger in <lambda>()
54 private val mockPanelLogger = kosmos.notificationPanelLogger in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java213 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger() argument
225 mNotificationPanelLogger = notificationPanelLogger; in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt112 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(), constant