Home
last modified time | relevance | path

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

/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationListener.java48 public static final int NOTIFY_NOTIFICATION_POSTED = 1; field in NotificationListener
148 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java49 static final int NOTIFY_NOTIFICATION_POSTED = 1; field in CarNotificationListener
242 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
DPreprocessingManager.java161 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java618 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
645 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()