Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java48 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
55 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationPanelLogger.NotificationPanelEvent
62 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen()
DNotificationPanelLoggerImpl.java37 /* int event_id */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java303 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum { enum
310 NotificationPanelEvent(int id) { in NotificationPanelEvent() method in NotificationRecordLogger.NotificationPanelEvent
DNotificationManagerService.java986 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN);
998 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java530 assertEquals(NotificationStackScrollLayout.NotificationPanelEvent in testClearNotifications_All()
538 assertEquals(NotificationStackScrollLayout.NotificationPanelEvent in testClearNotifications_Gentle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5692 mUiEventLogger.log(NotificationPanelEvent.fromSelection(selection));
6889 enum NotificationPanelEvent implements UiEventLogger.UiEventEnum {
6896 NotificationPanelEvent(int id) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4933 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_OPEN, in testOnPanelRevealedAndHidden()
4935 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()
/frameworks/base/services/
Dart-profile21997 PLcom/android/server/notification/NotificationRecordLogger$NotificationPanelEvent;-><clinit>()V
21998 PLcom/android/server/notification/NotificationRecordLogger$NotificationPanelEvent;-><init>(Ljava/la…
21999 HPLcom/android/server/notification/NotificationRecordLogger$NotificationPanelEvent;->getId()I
43781 Lcom/android/server/notification/NotificationRecordLogger$NotificationPanelEvent;