Home
last modified time | relevance | path

Searched refs:NOTIFICATION_PANEL_CLOSE (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java323 NOTIFICATION_PANEL_CLOSE(326); enumConstant
H A DNotificationManagerService.java1163 NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE);
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5828 assertEquals(NotificationRecordLogger.NotificationPanelEvent.NOTIFICATION_PANEL_CLOSE, in testOnPanelRevealedAndHidden()