Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java107 private OnUnseenCountUpdateListener mUnseenCountUpdateListener; field in NotificationPanelViewController
315 if (mUnseenCountUpdateListener != null) { in onNotificationViewInflated()
321 mUnseenCountUpdateListener.onUnseenCountUpdate(unseenCount); in onNotificationViewInflated()
582 mUnseenCountUpdateListener = listener; in setOnUnseenCountUpdateListener()