Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt271 val loggedNotifications = notificationListProtoCaptor.value.notifications in <lambda>() constant
272 assertThat(loggedNotifications.size).isEqualTo(2) in <lambda>()
273 with(loggedNotifications[0]) { in <lambda>()
277 with(loggedNotifications[1]) { in <lambda>()