Home
last modified time | relevance | path

Searched refs:NotificationPanelLogger (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerImpl.java19 import static com.android.systemui.statusbar.notification.logging.NotificationPanelLogger.Notificat…
34 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {
48 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()
58 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
DNotificationPanelLogger.java41 public interface NotificationPanelLogger { interface
DNotificationLogger.java88 private final NotificationPanelLogger mNotificationPanelLogger;
213 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java25 public class NotificationPanelLoggerFake implements NotificationPanelLogger {
45 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java43 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
66 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class);
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.kt24 val Kosmos.mockNotificationPanelLogger by Fixture { mock<NotificationPanelLogger>() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java54 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
69 private NotificationPanelLogger mNotificationPanelLogger;
75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt31 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger
93 notificationPanelLogger: NotificationPanelLogger? in bindsStatsLoggerImpl()
DNotificationsModule.java75 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
143 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt27 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger in <lambda>()
49 private val notificationPanelLogger: NotificationPanelLogger, in <lambda>()
315 section = NotificationPanelLogger.toNotificationSection(notification.bucket) in toNotificationProto()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt61 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger
112 @get:Provides val notificationPanelLogger: NotificationPanelLogger = mock(),