Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java46 static final int NOTIFY_NOTIFICATION_POSTED = 1; field in CarNotificationListener
213 msg.what = NOTIFY_NOTIFICATION_POSTED; in notifyNotificationPosted()
DPreprocessingManager.java163 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()