Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java53 static final int NOTIFY_NOTIFICATION_POSTED = 1; field in CarNotificationListener
335 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
DPreprocessingManager.java182 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java1124 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
1151 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()