Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt54 var countWithInflatedViews: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder
108 use.countWithInflatedViews, in <lambda>()
175 use.countWithInflatedViews++ in aggregateMemoryUsageData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt279 countWithInflatedViews: Int, in <lambda>()
299 .that(value.countWithInflatedViews) in <lambda>()
300 .isEqualTo(countWithInflatedViews) in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto539 optional int32 countWithInflatedViews = 4; field