Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java43 public interface OnUnseenCountUpdateListener { interface in NotificationDataManager
79 private OnUnseenCountUpdateListener mOnUnseenCountUpdateListener;
105 public void setOnUnseenCountUpdateListener(OnUnseenCountUpdateListener listener) { in setOnUnseenCountUpdateListener()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java110 private OnUnseenCountUpdateListener mUnseenCountUpdateListener;
616 public void setOnUnseenCountUpdateListener(OnUnseenCountUpdateListener listener) { in setOnUnseenCountUpdateListener()
621 public interface OnUnseenCountUpdateListener { interface in NotificationPanelViewController