Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java482 NotificationListenerService listenerService = in testNotificationOpened() local
496 NotificationListenerService listenerService = in testUncacheShortcutsWhenNotificationsDismissed() local
537 NotificationListenerService listenerService = in testConversationIsNotRecentIfCustomized() local
710 NotificationListenerService listenerService = in testOnNotificationChannelModified() local
737 NotificationListenerService listenerService = in testGetConversation_demoted() local
793 NotificationListenerService listenerService = in testIsConversation_demoted() local
811 NotificationListenerService listenerService = in testNotificationChannelCreated() local
836 NotificationListenerService listenerService = in testNotificationChannelModified() local
859 NotificationListenerService listenerService = in testNotificationChannelDeleted() local
1114 NotificationListenerService listenerService = in testDoNotUncacheShortcutWithActiveNotifications() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java112 public void attach(NotificationListener listenerService) { in attach() argument
113 listenerService.addNotificationHandler(mListener); in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java736 public void attach(NotificationListener listenerService) { in attach() argument
738 listenerService.addNotificationHandler(mListener); in attach()