Home
last modified time | relevance | path

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 DNotificationMemoryLogger.kt39 class NotificationMemoryLogger regex
153 ): Map<Pair<String, Int>, NotificationMemoryLogger.NotificationMemoryUseAtomBuilder> {
158 accumulator: NotificationMemoryLogger.NotificationMemoryUseAtomBuilder?,
163 NotificationMemoryLogger.NotificationMemoryUseAtomBuilder(
H A DNotificationMemoryMonitor.kt35 private val notificationMemoryLogger: Lazy<NotificationMemoryLogger>,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLoggerTest.kt126 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,