Home
last modified time | relevance | path

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

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