Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryLoggerTest.kt66 val logger = createLoggerWithNotifications(listOf()) in <lambda>()
74 val logger = createLoggerWithNotifications(listOf()) in <lambda>()
82 val logger = createLoggerWithNotifications(listOf()) in <lambda>()
94 val logger = createLoggerWithNotifications(listOf(notification)) in <lambda>()
115 val logger = createLoggerWithNotifications(listOf(notification, notificationTwo)) in <lambda>()
260 private fun createLoggerWithNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.logging.NotificationMemoryLoggerTest