Home
last modified time | relevance | path

Searched refs:NotificationMemoryUsage (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryMeter.kt36 ): List<NotificationMemoryUsage> {
45 NotificationMemoryUsage(
61 ): NotificationMemoryUsage {
62 return NotificationMemoryUsage(
H A DNotificationMemory.kt23 data class NotificationMemoryUsage( dataClass
H A DNotificationMemoryDumper.kt51 private fun dumpNotificationObjects(pw: PrintWriter, memoryUse: List<NotificationMemoryUsage>) {
126 memoryUse: List<NotificationMemoryUsage>,
H A DNotificationMemoryLogger.kt152 notificationMemoryUse: List<NotificationMemoryUsage>
159 element: NotificationMemoryUsage,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLoggerTest.kt331 NotificationMemoryUsage(
359 NotificationMemoryUsage(
388 NotificationMemoryUsage(
417 NotificationMemoryUsage(
H A DNotificationMemoryMeterTest.kt290 memoryUse: NotificationMemoryUsage,
312 singleItemUseList: List<NotificationMemoryUsage>,
313 ): NotificationMemoryUsage {