Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt46 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_plainNotification()
64 NotificationMemoryMeter.notificationMemoryUse( in currentNotificationMemoryUse_rankerGroupNotification()
85 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
108 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_customViewNotification_marksTrue()
128 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
157 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_bigPictureStyle()
183 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_callingStyle()
219 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_messagingStyle()
241 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_carExtender()
262 NotificationMemoryMeter.notificationMemoryUse(createNotificationEntry(notification)) in currentNotificationMemoryUse_tvWearExtender()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt91 val notificationMemoryUse = in <lambda>() constant
92 NotificationMemoryMeter.notificationMemoryUse(notifications) in <lambda>()
100 val usageData = aggregateMemoryUsageData(notificationMemoryUse) in <lambda>()
152 notificationMemoryUse: List<NotificationMemoryUsage> in aggregateMemoryUsageData()
154 return notificationMemoryUse in aggregateMemoryUsageData()
DNotificationMemoryMeter.kt34 fun notificationMemoryUse( in <lambda>() method
43 notificationMemoryUse(entry.sbn.notification, hashSetOf()) in <lambda>()
58 fun notificationMemoryUse( in <lambda>() method
67 notificationMemoryUse(entry.sbn.notification, seenBitmaps), in <lambda>()
77 fun notificationMemoryUse( in <lambda>() method
DNotificationMemoryDumper.kt46 NotificationMemoryMeter.notificationMemoryUse(notificationPipeline.allNotifs) in <lambda>()