Searched refs:NotificationMemoryLogger (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLogger.kt | 39 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()
|
D | NotificationMemoryMonitor.kt | 32 private val notificationMemoryLogger: Lazy<NotificationMemoryLogger>,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLoggerTest.kt | 127 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>()
|