Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationPanelLoggerImpl.java19 import static com.android.systemui.statusbar.notification.logging.NotificationPanelLogger.Notificat…
33 public class NotificationPanelLoggerImpl implements NotificationPanelLogger {
37 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logPanelShown()
47 final Notifications.NotificationList proto = NotificationPanelLogger.toNotificationProto( in logNotificationDrag()
H A DNotificationPanelLogger.java39 public interface NotificationPanelLogger { interface
H A DNotificationLogger.java82 private final NotificationPanelLogger mNotificationPanelLogger;
207 NotificationPanelLogger notificationPanelLogger) { in NotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationPanelLoggerFake.java25 public class NotificationPanelLoggerFake implements NotificationPanelLogger {
40 NotificationPanelLogger.toNotificationProto(visibleNotifications))); in logPanelShown()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragControllerTest.java43 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
67 private NotificationPanelLogger mNotificationPanelLogger = mock(NotificationPanelLogger.class);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java54 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
69 private NotificationPanelLogger mNotificationPanelLogger;
75 NotificationPanelLogger notificationPanelLogger) { in ExpandableNotificationRowDragController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java62 import com.android.systemui.statusbar.notification.logging.NotificationPanelLogger;
124 NotificationPanelLogger notificationPanelLogger) { in provideNotificationLogger()
140 static NotificationPanelLogger provideNotificationPanelLogger() { in provideNotificationPanelLogger()