/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
H A D | NotificationVisibilityProviderImpl.kt | 32 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 D | ConversationNotifications.kt | 80 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 D | TargetSdkResolverTest.kt | 64 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 D | MediaOutputBroadcastDialogFactory.kt | 45 private val notifCollection: CommonNotifCollection, 63 mediaSessionManager, lbm, starter, notifCollection,
|
H A D | MediaOutputDialogFactory.kt | 47 private val notifCollection: CommonNotifCollection, 69 mediaSessionManager, lbm, starter, notifCollection,
|
H A D | MediaOutputController.java | 177 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 D | OnUserInteractionCallbackImpl.java | 56 NotifCollection notifCollection, in OnUserInteractionCallbackImpl() argument 62 mNotifCollection = notifCollection; in OnUserInteractionCallbackImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 144 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 D | BubbleCoordinator.java | 71 NotifCollection notifCollection) { in BubbleCoordinator() argument 74 mNotifCollection = notifCollection; in BubbleCoordinator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 51 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 D | NotifPipelineInitializer.java | 69 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 D | IconManagerTest.kt | 68 @Mock private lateinit var notifCollection: CommonNotifCollection 87 iconManager = IconManager(notifCollection, launcherApps, iconBuilder)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 132 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 D | OngoingCallController.kt | 56 private val notifCollection: CommonNotifCollection, 126 notifCollection.addCollectionListener(notifListener)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 329 CommonNotifCollection notifCollection, in provideBubblesManager() argument 347 notifCollection, in provideBubblesManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManager.java | 160 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 D | NotificationMediaManager.java | 195 NotifCollection notifCollection, in NotificationMediaManager() argument 215 mNotifCollection = notifCollection; in NotificationMediaManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 662 NotifCollection notifCollection, in NotificationStackScrollLayoutController() 715 mNotifCollection = notifCollection; in NotificationStackScrollLayoutController()
|