Home
last modified time | relevance | path

Searched defs:notificationPanelLogger (Results 1 – 5 of 5) sorted by relevance

/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/row/
DExpandableNotificationRowDragController.java75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java213 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
/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
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt112 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(), constant