Home
last modified time | relevance | path

Searched refs:notificationPipeline (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt42 private val notificationPipeline: NotifPipeline, in <lambda>() constant in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger
145 traceSection("NML#getNotifications") { notificationPipeline.allNotifs.toList() } in <lambda>()
DNotificationMemoryDumper.kt36 constructor(val dumpManager: DumpManager, val notificationPipeline: NotifPipeline) : Dumpable { in <lambda>() constant in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper
46 NotificationMemoryMeter.notificationMemoryUse(notificationPipeline.allNotifs) in <lambda>()