Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt283 val hasFilteredNotifs by collectLastValue(underTest.hasFilteredOutSeenNotifications) in hasFilteredOutSeenNotifications_true() constant
288 assertThat(hasFilteredNotifs).isTrue() in hasFilteredOutSeenNotifications_true()
294 val hasFilteredNotifs by collectLastValue(underTest.hasFilteredOutSeenNotifications) in hasFilteredOutSeenNotifications_false() constant
299 assertThat(hasFilteredNotifs).isFalse() in hasFilteredOutSeenNotifications_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt213 .collect { (shouldShow, areNotifsHidden, hasFilteredNotifs) -> in <lambda>() method
217 hasFilteredNotifs, in <lambda>()