Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java71 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener; field in NotificationDataManager
83 mOnUnseenCountUpdateListener = listener; in setOnUnseenCountUpdateListener()
95 if (mOnUnseenCountUpdateListener != null) { in addNewMessageNotification()
96 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in addNewMessageNotification()
105 if (mOnUnseenCountUpdateListener != null) { in untrackUnseenNotification()
106 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in untrackUnseenNotification()
132 if (mOnUnseenCountUpdateListener != null) { in updateUnseenNotification()
133 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in updateUnseenNotification()
175 if (mOnUnseenCountUpdateListener != null) { in clearAll()
176 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in clearAll()
[all …]