Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java45 public interface OnUnseenCountUpdateListener { interface in NotificationDataManager
78 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener;
104 public void setOnUnseenCountUpdateListener(OnUnseenCountUpdateListener listener) { in setOnUnseenCountUpdateListener()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java107 private OnUnseenCountUpdateListener mUnseenCountUpdateListener;
581 public void setOnUnseenCountUpdateListener(OnUnseenCountUpdateListener listener) { in setOnUnseenCountUpdateListener()
586 public interface OnUnseenCountUpdateListener { interface in NotificationPanelViewController