Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DTestableBubbleController.java57 NotifPipeline notifPipeline, in TestableBubbleController() argument
71 notifPipeline, featureFlags, dumpManager, floatingContentCoordinator, in TestableBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/
DBubbleModule.java68 NotifPipeline notifPipeline, in newBubbleController() argument
91 notifPipeline, in newBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifInflaterImpl.java56 NotifPipeline notifPipeline) { in NotifInflaterImpl() argument
60 mNotifPipeline = notifPipeline; in NotifInflaterImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java53 NotifPipeline notifPipeline, in ForegroundServiceNotificationListener() argument
84 notifPipeline.addCollectionListener(new NotifCollectionListener() { in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt61 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/
DStatusBarNotificationActivityStarter.java141 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/
DBubbleController.java350 NotifPipeline notifPipeline, in BubbleController() argument
418 mNotifPipeline = notifPipeline; in BubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java567 NotifPipeline notifPipeline, in NotificationStackScrollLayout() argument
652 mNotifPipeline = notifPipeline; in NotificationStackScrollLayout()