Home
last modified time | relevance | path

Searched refs:NOTIFY_NOTIFICATION_REMOVED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java50 static final int NOTIFY_NOTIFICATION_REMOVED = 2; field in CarNotificationListener
256 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_REMOVED); in removeNotification()
DPreprocessingManager.java152 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java650 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()