Searched refs:hasFilteredNotifs (Results 1 – 2 of 2) sorted by relevance
283 val hasFilteredNotifs by collectLastValue(underTest.hasFilteredOutSeenNotifications) in hasFilteredOutSeenNotifications_true() constant288 assertThat(hasFilteredNotifs).isTrue() in hasFilteredOutSeenNotifications_true()294 val hasFilteredNotifs by collectLastValue(underTest.hasFilteredOutSeenNotifications) in hasFilteredOutSeenNotifications_false() constant299 assertThat(hasFilteredNotifs).isFalse() in hasFilteredOutSeenNotifications_false()
213 .collect { (shouldShow, areNotifsHidden, hasFilteredNotifs) -> in <lambda>() method217 hasFilteredNotifs, in <lambda>()