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.java79 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener; field in NotificationDataManager
106 mOnUnseenCountUpdateListener = listener; in setOnUnseenCountUpdateListener()
277 if (mOnUnseenCountUpdateListener == null) { in notifyUnseenCountUpdateListeners()
283 mOnUnseenCountUpdateListener.onUnseenCountUpdate(); in notifyUnseenCountUpdateListeners()