Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerImpl.java19 ….systemui.statusbar.notification.logging.NotificationPanelLogger.NotificationPanelEvent.NOTIFICATI…
39 /* event_id = */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
51 /* event_id = */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
DNotificationPanelLogger.java63 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
72 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationPanelLogger.NotificationPanelEvent
79 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java352 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
359 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationRecordLogger.NotificationPanelEvent
DNotificationManagerService.java1386 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);
1398 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java99 …stemui.statusbar.notification.stack.NotificationStackScrollLayoutController.NotificationPanelEvent;
739 verify(mUiEventLogger).log(NotificationPanelEvent.fromSelection(ROWS_ALL)); in testDismissListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java817 NotificationPanelEvent.fromSelection(selection))); in setUpView()
1815 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum {
1823 NotificationPanelEvent(int id) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java8751 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN, in testOnPanelRevealedAndHidden()
8753 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()