Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java292 NOTIFICATION_DETAIL_CLOSE_USER(330), enumConstant
331 return expanded ? NOTIFICATION_DETAIL_OPEN_USER : NOTIFICATION_DETAIL_CLOSE_USER; in fromExpanded()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6147 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DETAIL_CLOSE_USER, in testStats_updatedOnUserExpansion()