Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLogger.kt39 class NotificationMemoryLogger in <lambda>() class
153 ): Map<Pair<String, Int>, NotificationMemoryLogger.NotificationMemoryUseAtomBuilder> { in aggregateMemoryUsageData()
158 accumulator: NotificationMemoryLogger.NotificationMemoryUseAtomBuilder?, in aggregateMemoryUsageData()
163 NotificationMemoryLogger.NotificationMemoryUseAtomBuilder( in aggregateMemoryUsageData()
DNotificationMemoryMonitor.kt32 private val notificationMemoryLogger: Lazy<NotificationMemoryLogger>,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt127 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) in <lambda>()
136 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) in <lambda>()
262 ): NotificationMemoryLogger { in <lambda>()
269 return NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) in <lambda>()
277 value: NotificationMemoryLogger.NotificationMemoryUseAtomBuilder, in <lambda>()