Home
last modified time | relevance | path

Searched refs:largeIconObject (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt57 var largeIconObject: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder
111 toKb(use.largeIconObject), in <lambda>()
183 use.largeIconObject += element.objectUsage.largeIcon in aggregateMemoryUsageData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt164 largeIconObject = in <lambda>()
282 largeIconObject: Int, in <lambda>()
306 expect.withMessage("largeIconObject").that(value.largeIconObject).isEqualTo(largeIconObject) in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto545 optional int32 largeIconObject = 7; field