Searched refs:NotificationPanelEvent (Results 1 – 7 of 7) sorted by relevance
56 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum65 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationPanelLogger.NotificationPanelEvent72 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen()
19 ….systemui.statusbar.notification.logging.NotificationPanelLogger.NotificationPanelEvent.NOTIFICATI…40 /* int event_id */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
352 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum359 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationRecordLogger.NotificationPanelEvent
1240 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);1252 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
89 …stemui.statusbar.notification.stack.NotificationStackScrollLayoutController.NotificationPanelEvent;486 verify(mUiEventLogger).log(NotificationPanelEvent.fromSelection(ROWS_ALL)); in testDismissListener()
741 NotificationPanelEvent.fromSelection(selection))); in setUpView()1677 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum {1685 NotificationPanelEvent(int id) {
7899 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN, in testOnPanelRevealedAndHidden()7901 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()