Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilderLogger.kt28 notifPipelineFlags: NotifPipelineFlags,
31 private val devLoggingEnabled by lazy { notifPipelineFlags.isDevLoggingEnabled() } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java140 NotifPipelineFlags notifPipelineFlags, in TestableNotificationRemoteInputManager() argument
154 notifPipelineFlags, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java148 NotifPipelineFlags notifPipelineFlags, in create() argument
169 notifPipelineFlags, in create()
195 NotifPipelineFlags notifPipelineFlags, in BubblesManager() argument
211 mNotifPipelineFlags = notifPipelineFlags; in BubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/dagger/
DLogModule.java65 NotifPipelineFlags notifPipelineFlags) { in provideNotificationsLogBuffer() argument
67 if (Compile.IS_DEBUG && notifPipelineFlags.isDevLoggingEnabled()) { in provideNotificationsLogBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderLogger.kt42 notifPipelineFlags: NotifPipelineFlags,
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java394 NotifPipelineFlags notifPipelineFlags, in provideBubblesManager() argument
414 notifPipelineFlags, in provideBubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java262 NotifPipelineFlags notifPipelineFlags, in NotificationRemoteInputManager() argument
275 mNotifPipelineFlags = notifPipelineFlags; in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java186 NotifPipelineFlags notifPipelineFlags, in NotifCollection() argument
195 mNotifPipelineFlags = notifPipelineFlags; in NotifCollection()