Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationListener.java53 static final int NOTIFY_NOTIFICATION_POSTED = 1; field in CarNotificationListener
287 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
H A DPreprocessingManager.java180 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java867 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
894 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()