Home
last modified time | relevance | path

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

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