Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java68 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>(); field in NotificationListener
96 if (mNotificationHandlers.contains(handler)) { in addNotificationHandler()
99 mNotificationHandlers.add(handler); in addNotificationHandler()
132 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()
136 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()
150 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationPosted()
163 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRemoved()
220 for (NotificationHandler handler : mNotificationHandlers) { in dispatchRankingUpdate()
231 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationChannelModified()
270 d.dump("notificationHandlers", mNotificationHandlers); in dumpPipeline()