Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt63 var smallIconViews: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder
117 toKb(use.smallIconViews), in <lambda>()
201 use.smallIconViews += it.smallIcon in aggregateMemoryUsageData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt173 smallIconViews = in <lambda>()
288 smallIconViews: Int, in <lambda>()
321 expect.withMessage("smallIconViews").that(value.smallIconViews).isEqualTo(smallIconViews) in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto557 optional int32 smallIconViews = 13; field