Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt55 styleIcon = 0, in currentNotificationMemoryUse_plainNotification()
75 styleIcon = 0, in currentNotificationMemoryUse_rankerGroupNotification()
94 styleIcon = 0, in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
117 styleIcon = 0, in currentNotificationMemoryUse_customViewNotification_marksTrue()
137 styleIcon = 0, in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
166 styleIcon = bigPictureIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
192 styleIcon = personIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_callingStyle()
228 styleIcon = in currentNotificationMemoryUse_messagingStyle()
250 styleIcon = 0, in currentNotificationMemoryUse_carExtender()
271 styleIcon = 0, in currentNotificationMemoryUse_tvWearExtender()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryDumper.kt74 toKb(it.objectUsage.styleIcon), in <lambda>()
89 var styleIcon: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationObjects.Totals
99 t.styleIcon += usage.objectUsage.styleIcon in <lambda>()
113 toKb(totals.styleIcon), in <lambda>()
DNotificationMemory.kt43 val styleIcon: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
DNotificationMemoryMeter.kt148 styleIcon = in <lambda>()