Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt65 var systemIconViews: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder
119 toKb(use.systemIconViews), in <lambda>()
203 use.systemIconViews += it.systemIcons in aggregateMemoryUsageData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt177 systemIconViews = in <lambda>()
290 systemIconViews: Int, in <lambda>()
323 expect.withMessage("systemIconViews").that(value.systemIconViews).isEqualTo(systemIconViews) in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto561 optional int32 systemIconViews = 15; field