Searched refs:NotificationPanelEvent (Results 1 – 7 of 7) sorted by relevance
19 ….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()
63 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum72 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationPanelLogger.NotificationPanelEvent79 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen()
352 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum359 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationRecordLogger.NotificationPanelEvent
1386 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);1398 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
99 …stemui.statusbar.notification.stack.NotificationStackScrollLayoutController.NotificationPanelEvent;739 verify(mUiEventLogger).log(NotificationPanelEvent.fromSelection(ROWS_ALL)); in testDismissListener()
817 NotificationPanelEvent.fromSelection(selection))); in setUpView()1815 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum {1823 NotificationPanelEvent(int id) {
8751 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN, in testOnPanelRevealedAndHidden()8753 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()