Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java67 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>(); field in NotificationListener
93 if (mNotificationHandlers.contains(handler)) { in addNotificationHandler()
96 mNotificationHandlers.add(handler); in addNotificationHandler()
127 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()
131 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()
147 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationPosted()
160 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRemoved()
217 for (NotificationHandler handler : mNotificationHandlers) { in dispatchRankingUpdate()
228 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationChannelModified()
263 d.dump("notificationHandlers", mNotificationHandlers); in dumpPipeline()