Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java290 NOTIFICATION_DETAIL_OPEN_USER(329), enumConstant
331 return expanded ? NOTIFICATION_DETAIL_OPEN_USER : NOTIFICATION_DETAIL_CLOSE_USER; in fromExpanded()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5380 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DETAIL_OPEN_USER, in testStats_updatedOnUserExpansion()