Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java78 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener; field in NotificationDataManager
105 mOnUnseenCountUpdateListener = listener; in setOnUnseenCountUpdateListener()
118 if (mOnUnseenCountUpdateListener != null) { in addNewMessageNotification()
131 if (mOnUnseenCountUpdateListener != null) { in untrackUnseenNotification()
135 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in untrackUnseenNotification()
172 if (mOnUnseenCountUpdateListener != null) { in updateUnseenAlertEntries()
176 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in updateUnseenAlertEntries()
222 if (mOnUnseenCountUpdateListener != null) { in clearAll()
226 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in clearAll()
238 if (mOnUnseenCountUpdateListener != null) { in setNotificationsAsSeen()
[all …]