Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java54 static final int NOTIFY_NOTIFICATION_REMOVED = 2; field in CarNotificationListener
340 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_REMOVED); in removeNotification()
DNotificationViewController.java145 if (what == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
DPreprocessingManager.java176 case CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED: in updateNotifications()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1101 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()