Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java59 mNotificationListener.addNotificationHandler(this); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java72 mListener.addNotificationHandler(mNotificationHandler); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java70 public void addNotificationHandler(NotificationHandler handler) { in addNotificationHandler() method in NotificationListener
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java113 listenerService.addNotificationHandler(mListener); in attach()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java87 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java176 notificationListener.addNotificationHandler(mNotifListener); in initialize()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java738 listenerService.addNotificationHandler(mListener); in attach()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java279 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()