Home
last modified time | relevance | path

Searched refs:notifPipeline (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinatorTest.kt61 private lateinit var notifPipeline: NotifPipeline
95 notifPipeline,
101 deduper.attach(notifPipeline)
104 verify(notifPipeline).addPreGroupFilter(capture())
109 verify(notifPipeline).addCollectionListener(capture())
358 `when`(notifPipeline.getEntry(entry.key)).thenReturn(entry)
365 `when`(notifPipeline.getEntry(entry.key)).thenReturn(entry)
372 `when`(notifPipeline.getEntry(entry.key)).thenReturn(null)
H A DHeadsUpCoordinatorTest.kt88 private val notifPipeline: NotifPipeline = mock()
126 coordinator.attach(notifPipeline)
133 verify(notifPipeline).addPromoter(capture())
488 whenever(notifPipeline.allNotifs)
514 whenever(notifPipeline.allNotifs)
540 whenever(notifPipeline.allNotifs)
578 whenever(notifPipeline.allNotifs)
615 whenever(notifPipeline.allNotifs)
650 whenever(notifPipeline.allNotifs)
685 whenever(notifPipeline.allNotifs)
[all …]
H A DDreamCoordinatorTest.kt55 @Mock private lateinit var notifPipeline: NotifPipeline
81 dreamCoordinator.attach(notifPipeline)
83 filter = withArgCaptor { verify(notifPipeline).addPreGroupFilter(capture()) }
H A DKeyguardCoordinatorTest.kt80 private val notifPipeline: NotifPipeline = mock()
617 keyguardCoordinator.attach(notifPipeline)
646 verify(notifPipeline).addCollectionListener(capture())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt59 private val notifPipeline: Lazy<NotifPipeline>,
83 notifPipeline.get().addCollectionListener(object : NotifCollectionListener {
102 targetSdkResolver.initialize(notifPipeline.get())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java91 NotifPipeline notifPipeline = mock(NotifPipeline.class); in setUp() local
92 when(notifPipeline.getInternalNotifUpdater(anyString())).thenReturn(mInternalNotifUpdater); in setUp()
93 remoteInputCoordinator.attach(notifPipeline); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSmartspaceDedupingCoordinator.kt49 private val notifPipeline: NotifPipeline,
140 val entry = notifPipeline.getEntry(target.key)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java133 NotifPipeline notifPipeline, in create() argument
152 notifPipeline, in create()
176 NotifPipeline notifPipeline, in BubblesManager() argument
191 mNotifPipeline = notifPipeline; in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java120 NotifPipeline notifPipeline, in provideNotificationLogger() argument
130 notifPipeline, in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java267 NotifPipeline notifPipeline, in TestableNotificationLogger() argument
277 notifPipeline, in TestableNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java143 NotifPipeline notifPipeline, in provideNotificationMediaManager() argument
160 notifPipeline, in provideNotificationMediaManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java203 NotifPipeline notifPipeline, in NotificationLogger() argument
212 mNotifPipeline = notifPipeline; in NotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java330 NotifPipeline notifPipeline, in provideBubblesManager() argument
348 notifPipeline, in provideBubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java194 NotifPipeline notifPipeline, in NotificationMediaManager() argument
214 mNotifPipeline = notifPipeline; in NotificationMediaManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java660 NotifPipeline notifPipeline, in NotificationStackScrollLayoutController()
713 mNotifPipeline = notifPipeline; in NotificationStackScrollLayoutController()