Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProviderTest.java79 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingNotificationCallsCallbackWithNotificationCount()
88 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testRemovingNotificationCallsCallbackWithZeroNotificationCount()
97 verify(mNotificationListener).addNotificationHandler(handlerArgumentCaptor.capture()); in testPostingOngoingNotificationDoesNotCallCallbackWithNotificationCount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java84 notificationListener.addNotificationHandler(mNotificationHandler); in DreamOverlayNotificationCountProvider()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationListenerTest.java84 mListener.addNotificationHandler(mNotificationHandler); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java95 public void addNotificationHandler(NotificationHandler handler) { in addNotificationHandler() method in NotificationListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java116 listenerService.addNotificationHandler(mListener); in attach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java88 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java768 listenerService.addNotificationHandler(mListener); in attach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java285 verify(mListenerService).addNotificationHandler(mListenerCaptor.capture()); in setUp()