Searched refs:notifPipeline (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | TestableBubbleController.java | 57 NotifPipeline notifPipeline, in TestableBubbleController() argument 71 notifPipeline, featureFlags, dumpManager, floatingContentCoordinator, in TestableBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/ |
D | BubbleModule.java | 68 NotifPipeline notifPipeline, in newBubbleController() argument 91 notifPipeline, in newBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifInflaterImpl.java | 56 NotifPipeline notifPipeline) { in NotifInflaterImpl() argument 60 mNotifPipeline = notifPipeline; in NotifInflaterImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 53 NotifPipeline notifPipeline, in ForegroundServiceNotificationListener() argument 84 notifPipeline.addCollectionListener(new NotifCollectionListener() { in ForegroundServiceNotificationListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerImpl.kt | 61 private val notifPipeline: Lazy<NotifPipeline>, constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl 109 targetSdkResolver.initialize(notifPipeline.get()) in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 141 NotifPipeline notifPipeline, in StatusBarNotificationActivityStarter() argument 176 mNotifPipeline = notifPipeline; in StatusBarNotificationActivityStarter() 684 NotifPipeline notifPipeline, 715 mNotifPipeline = notifPipeline;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 350 NotifPipeline notifPipeline, in BubbleController() argument 418 mNotifPipeline = notifPipeline; in BubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 567 NotifPipeline notifPipeline, in NotificationStackScrollLayout() argument 652 mNotifPipeline = notifPipeline; in NotificationStackScrollLayout()
|