Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationPanelLogger.java56 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
65 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationPanelLogger.NotificationPanelEvent
72 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen()
H A DNotificationPanelLoggerImpl.java19 ….systemui.statusbar.notification.logging.NotificationPanelLogger.NotificationPanelEvent.NOTIFICATI…
40 /* int event_id */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java352 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
359 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationRecordLogger.NotificationPanelEvent
H A DNotificationManagerService.java1240 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);
1252 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java89 …stemui.statusbar.notification.stack.NotificationStackScrollLayoutController.NotificationPanelEvent;
486 verify(mUiEventLogger).log(NotificationPanelEvent.fromSelection(ROWS_ALL)); in testDismissListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java741 NotificationPanelEvent.fromSelection(selection))); in setUpView()
1677 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum {
1685 NotificationPanelEvent(int id) {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7899 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN, in testOnPanelRevealedAndHidden()
7901 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()