Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt45 val memoryUse = in currentNotificationMemoryUse_plainNotification() constant
48 memoryUse, in currentNotificationMemoryUse_plainNotification()
63 val memoryUse = in currentNotificationMemoryUse_rankerGroupNotification() constant
68 memoryUse, in currentNotificationMemoryUse_rankerGroupNotification()
84 val memoryUse = in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap() constant
87 memoryUse = memoryUse, in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
107 val memoryUse = in currentNotificationMemoryUse_customViewNotification_marksTrue() constant
110 memoryUse = memoryUse, in currentNotificationMemoryUse_customViewNotification_marksTrue()
127 val memoryUse = in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly() constant
130 memoryUse = memoryUse, in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryDumper.kt45 val memoryUse = in <lambda>() constant
48 dumpNotificationObjects(pw, memoryUse) in <lambda>()
49 dumpNotificationViewUsage(pw, memoryUse) in <lambda>()
53 private fun dumpNotificationObjects(pw: PrintWriter, memoryUse: List<NotificationMemoryUsage>) { in <lambda>()
68 memoryUse.map { in <lambda>()
96 memoryUse.fold(Totals()) { t, usage -> in <lambda>()
128 memoryUse: List<NotificationMemoryUsage>, in <lambda>()
151 memoryUse in <lambda>()
171 memoryUse in <lambda>()