Home
last modified time | relevance | path

Searched refs:sendNotificationEventToHandler (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/SecondaryHomeApp/src/com/android/car/secondaryhome/launcher/
DNotificationListener.java148 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
153 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_REMOVED); in removeNotification()
156 private void sendNotificationEventToHandler(AlertEntry alertEntry, int eventType) { in sendNotificationEventToHandler() method in NotificationListener
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java242 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()
247 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_REMOVED); in removeNotification()
250 private void sendNotificationEventToHandler(AlertEntry alertEntry, int eventType) { in sendNotificationEventToHandler() method in CarNotificationListener