Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java28 …er.notification.NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_USER_OTHER;
232 assertEquals(NOTIFICATION_CANCEL_USER_OTHER, in testOtherNotificationCancel()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java164 NOTIFICATION_CANCEL_USER_OTHER(165), enumConstant
254 return NOTIFICATION_CANCEL_USER_OTHER; in fromCancelReason()