Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProviderTest.java78 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingNotificationCallsCallbackWithNotificationCount()
87 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testRemovingNotificationCallsCallbackWithZeroNotificationCount()
96 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java59 mNotificationListener.addNotificationHandler(this); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProvider.java84 notificationListener.addNotificationHandler(mNotificationHandler); in DreamOverlayNotificationCountProvider()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java80 mListener.addNotificationHandler(mNotificationHandler); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java92 public void addNotificationHandler(NotificationHandler handler) { in addNotificationHandler() method in NotificationListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java116 listenerService.addNotificationHandler(mListener); in attach()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java88 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java735 listenerService.addNotificationHandler(mListener); in attach()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java278 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()