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