Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CLOSE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java276 NOTIFICATION_CLOSE(198), enumConstant
327 return visible ? NOTIFICATION_OPEN : NOTIFICATION_CLOSE; in fromVisibility()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java6810 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_CLOSE, in testOnNotificationVisibilityChanged_triggersVisibilityLog()