Home
last modified time | relevance | path

Searched refs:notificationMemoryUse (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeterTest.kt46 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
64 NotificationMemoryMeter.notificationMemoryUse(
85 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
108 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
128 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
157 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
183 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
219 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
241 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
262 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLogger.kt91 val notificationMemoryUse = regex
92 NotificationMemoryMeter.notificationMemoryUse(notifications)
100 val usageData = aggregateMemoryUsageData(notificationMemoryUse)
152 notificationMemoryUse: List<NotificationMemoryUsage>
154 return notificationMemoryUse
H A DNotificationMemoryMeter.kt34 fun notificationMemoryUse( regex
43 notificationMemoryUse(entry.sbn.notification, hashSetOf())
58 fun notificationMemoryUse( regex
67 notificationMemoryUse(entry.sbn.notification, seenBitmaps),
77 fun notificationMemoryUse( regex
H A DNotificationMemoryDumper.kt44 NotificationMemoryMeter.notificationMemoryUse(notificationPipeline.allNotifs)