Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java25 private final CarNotificationListener mCarNotificationListener; field in NotificationViewController
39 mCarNotificationListener = carNotificationListener; in NotificationViewController()
65 mCarNotificationListener.setHandler(mNotificationUpdateHandler); in enable()
80 mCarNotificationListener.setHandler(null); in disable()
101 mCarNotificationListener.getNotifications(), in resetNotifications()
102 mCarNotificationListener.getCurrentRanking()); in resetNotifications()
106 mCarNotificationListener.getNotifications(), in resetNotifications()
107 mCarNotificationListener.getCurrentRanking()); in resetNotifications()
111 .anyMatch(mCarNotificationListener::shouldTrackUnseen)) in resetNotifications()
125 if (mPreprocessingManager.shouldFilter(sbn, mCarNotificationListener.getCurrentRanking())) { in updateNotifications()
[all …]