/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SmartspaceDedupingCoordinatorTest.kt | 61 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 D | HeadsUpCoordinatorTest.kt | 88 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 D | DreamCoordinatorTest.kt | 55 @Mock private lateinit var notifPipeline: NotifPipeline 81 dreamCoordinator.attach(notifPipeline) 83 filter = withArgCaptor { verify(notifPipeline).addPreGroupFilter(capture()) }
|
H A D | KeyguardCoordinatorTest.kt | 80 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 D | NotificationsControllerImpl.kt | 59 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 D | SmartReplyControllerTest.java | 91 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 D | SmartspaceDedupingCoordinator.kt | 49 private val notifPipeline: NotifPipeline, 140 val entry = notifPipeline.getEntry(target.key)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 133 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 D | NotificationsModule.java | 120 NotifPipeline notifPipeline, in provideNotificationLogger() argument 130 notifPipeline, in provideNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 267 NotifPipeline notifPipeline, in TestableNotificationLogger() argument 277 notifPipeline, in TestableNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 143 NotifPipeline notifPipeline, in provideNotificationMediaManager() argument 160 notifPipeline, in provideNotificationMediaManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 203 NotifPipeline notifPipeline, in NotificationLogger() argument 212 mNotifPipeline = notifPipeline; in NotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 330 NotifPipeline notifPipeline, in provideBubblesManager() argument 348 notifPipeline, in provideBubblesManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationMediaManager.java | 194 NotifPipeline notifPipeline, in NotificationMediaManager() argument 214 mNotifPipeline = notifPipeline; in NotificationMediaManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 660 NotifPipeline notifPipeline, in NotificationStackScrollLayoutController() 713 mNotifPipeline = notifPipeline; in NotificationStackScrollLayoutController()
|