Home
last modified time | relevance | path

Searched refs:notifCollection (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationVisibilityProviderImpl.kt32 private val notifCollection: CommonNotifCollection
44 notifCollection.getEntry(key)?.let { return obtain(it, visible) }
48 NotificationLogger.getNotificationLocation(notifCollection.getEntry(key))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt80 private val notifCollection: CommonNotifCollection,
98 notifCollection.allNotifs.forEach(::updateAnimatedImageDrawables)
139 private val notifCollection: CommonNotifCollection,
153 .mapNotNull { notifCollection.getEntry(it) }
205 notifCollection.addCollectionListener(object : NotifCollectionListener {
240 notifCollection.getEntry(key)?.let { entry ->
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DTargetSdkResolverTest.kt64 val notifCollection: CommonNotifCollection = mock()
65 targetSdkResolver.initialize(notifCollection)
67 verify(notifCollection).addCollectionListener(capture())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialogFactory.kt45 private val notifCollection: CommonNotifCollection,
63 mediaSessionManager, lbm, starter, notifCollection,
H A DMediaOutputDialogFactory.kt47 private val notifCollection: CommonNotifCollection,
69 mediaSessionManager, lbm, starter, notifCollection,
H A DMediaOutputController.java177 CommonNotifCollection notifCollection, in MediaOutputController() argument
190 mNotifCollection = notifCollection; in MediaOutputController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DOnUserInteractionCallbackImpl.java56 NotifCollection notifCollection, in OnUserInteractionCallbackImpl() argument
62 mNotifCollection = notifCollection; in OnUserInteractionCallbackImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java144 NotifCollection notifCollection, in provideNotificationMediaManager() argument
161 notifCollection, in provideNotificationMediaManager()
241 CommonNotifCollection notifCollection, in provideOngoingCallController() argument
265 notifCollection, in provideOngoingCallController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DBubbleCoordinator.java71 NotifCollection notifCollection) { in BubbleCoordinator() argument
74 mNotifCollection = notifCollection; in BubbleCoordinator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt51 private val notifCollection: CommonNotifCollection,
58 notifCollection.addCollectionListener(entryListener)
81 for (entry in notifCollection.allNotifs) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
H A DNotifPipelineInitializer.java69 NotifCollection notifCollection, in NotifPipelineInitializer() argument
79 mNotifCollection = notifCollection; in NotifPipelineInitializer()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt68 @Mock private lateinit var notifCollection: CommonNotifCollection
87 iconManager = IconManager(notifCollection, launcherApps, iconBuilder)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java132 CommonNotifCollection notifCollection, in create() argument
151 notifCollection, in create()
175 CommonNotifCollection notifCollection, in BubblesManager() argument
190 mCommonNotifCollection = notifCollection; in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt56 private val notifCollection: CommonNotifCollection,
126 notifCollection.addCollectionListener(notifListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java329 CommonNotifCollection notifCollection, in provideBubblesManager() argument
347 notifCollection, in provideBubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java160 CommonNotifCollection notifCollection, in PeopleSpaceWidgetManager() argument
172 mNotifCollection = notifCollection; in PeopleSpaceWidgetManager()
239 CommonNotifCollection notifCollection, PackageManager packageManager, in PeopleSpaceWidgetManager() argument
248 mNotifCollection = notifCollection; in PeopleSpaceWidgetManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java195 NotifCollection notifCollection, in NotificationMediaManager() argument
215 mNotifCollection = notifCollection; in NotificationMediaManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java662 NotifCollection notifCollection, in NotificationStackScrollLayoutController()
715 mNotifCollection = notifCollection; in NotificationStackScrollLayoutController()