Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt56 var smallIconBitmapCount: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder
110 use.smallIconBitmapCount, in <lambda>()
180 use.smallIconBitmapCount++ in aggregateMemoryUsageData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt163 smallIconBitmapCount = 2, in <lambda>()
281 smallIconBitmapCount: Int, in <lambda>()
304 .that(value.smallIconBitmapCount) in <lambda>()
305 .isEqualTo(smallIconBitmapCount) in <lambda>()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto543 optional int32 smallIconBitmapCount = 6; field