Home
last modified time | relevance | path

Searched refs:addCollectionListener (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.java104 public void addCollectionListener(NotifCollectionListener listener) { in addCollectionListener() method in NotifPipeline
105 mNotifCollection.addCollectionListener(listener); in addCollectionListener()
H A DTargetSdkResolver.kt34 collection.addCollectionListener(object : NotifCollectionListener {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DCommonNotifCollection.java38 void addCollectionListener(NotifCollectionListener listener); in addCollectionListener() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInteractionTracker.kt22 entryManager.addCollectionListener(this)
H A DNotificationMediaManager.java214 mNotifPipeline.addCollectionListener(new NotifCollectionListener() { in setupNotifPipeline()
309 mEntryManager.addCollectionListener(new NotifCollectionListener() { in setupNEM()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt43 pipeline.addCollectionListener(mNotifCollectionListener)
H A DSmartspaceDedupingCoordinator.kt64 pipeline.addCollectionListener(collectionListener)
H A DRemoteInputCoordinator.kt94 pipeline.addCollectionListener(mCollectionListener)
H A DHeadsUpCoordinator.java93 pipeline.addCollectionListener(mNotifCollectionListener); in attach()
H A DPreparationCoordinator.java128 pipeline.addCollectionListener(mNotifCollectionListener); in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImpl.java43 collection.addCollectionListener(mCollectionListener); in NotifRemoteViewCacheImpl()
H A DNotifBindPipeline.java93 collection.addCollectionListener(mCollectionListener); in NotifBindPipeline()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImplTest.java65 verify(collection).addCollectionListener(entryListenerCaptor.capture()); in setUp()
H A DNotifBindPipelineTest.java70 verify(collection).addCollectionListener(collectionListenerCaptor.capture()); in setUp()
H A DNotificationTestHelper.java163 verify(collection).addCollectionListener(collectionListenerCaptor.capture()); in NotificationTestHelper()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt60 verify(pipeline).addCollectionListener(it.capture())
H A DRemoteInputCoordinatorTest.kt88 verify(pipeline).addCollectionListener(capture())
H A DHeadsUpCoordinatorTest.java102 verify(mNotifPipeline).addCollectionListener(notifCollectionCaptor.capture()); in setUp()
H A DSmartspaceDedupingCoordinatorTest.kt125 verify(notifPipeline).addCollectionListener(capture(collectionListenerCaptor))
H A DPreparationCoordinatorTest.java111 verify(mNotifPipeline).addCollectionListener(mCollectionListenerCaptor.capture()); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java81 notifPipeline.addCollectionListener(new NotifCollectionListener() { in ForegroundServiceNotificationListener()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java79 entryManager.addCollectionListener(mCollectionListener); in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt53 notifCollection.addCollectionListener(entryListener)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt130 notifCollection.addCollectionListener(notifListener)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt125 verify(notificationCollection).addCollectionListener(collectionListenerCaptor.capture())

12