Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java110 private OnUnseenCountUpdateListener mUnseenCountUpdateListener; field in NotificationPanelViewController
347 if (mUnseenCountUpdateListener != null) { in onNotificationViewInflated()
353 mUnseenCountUpdateListener.onUnseenCountUpdate(unseenCount); in onNotificationViewInflated()
617 mUnseenCountUpdateListener = listener; in setOnUnseenCountUpdateListener()