Searched refs:mOnUnseenCountUpdateListener (Results 1 – 1 of 1) sorted by relevance
78 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener; field in NotificationDataManager105 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 …]