Searched refs:NotificationMemoryLogger (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryLogger.kt | 39 class NotificationMemoryLogger regex 153 ): Map<Pair<String, Int>, NotificationMemoryLogger.NotificationMemoryUseAtomBuilder> { 158 accumulator: NotificationMemoryLogger.NotificationMemoryUseAtomBuilder?, 163 NotificationMemoryLogger.NotificationMemoryUseAtomBuilder(
|
H A D | NotificationMemoryMonitor.kt | 35 private val notificationMemoryLogger: Lazy<NotificationMemoryLogger>,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryLoggerTest.kt | 126 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) 135 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) 259 ): NotificationMemoryLogger { 266 return NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor) 274 value: NotificationMemoryLogger.NotificationMemoryUseAtomBuilder,
|