Home
last modified time | relevance | path

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

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