Searched refs:showAllNotifications (Results 1 – 5 of 5) sorted by relevance
169 val showAllNotifications by in showAllNotifications_isTrue_whenLeaveShadeOpen() constant170 collectLastValue(underTest.showAllNotifications(500.milliseconds, PRIMARY_BOUNCER)) in showAllNotifications_isTrue_whenLeaveShadeOpen()177 assertThat(showAllNotifications).isTrue() in showAllNotifications_isTrue_whenLeaveShadeOpen()179 assertThat(showAllNotifications).isFalse() in showAllNotifications_isTrue_whenLeaveShadeOpen()186 val showAllNotifications by in showAllNotifications_isFalse_whenLeaveShadeIsNotOpen() constant187 collectLastValue(underTest.showAllNotifications(500.milliseconds, PRIMARY_BOUNCER)) in showAllNotifications_isFalse_whenLeaveShadeIsNotOpen()194 assertThat(showAllNotifications).isFalse() in showAllNotifications_isFalse_whenLeaveShadeIsNotOpen()196 assertThat(showAllNotifications).isFalse() in showAllNotifications_isFalse_whenLeaveShadeIsNotOpen()
90 val showAllNotifications: Flow<Boolean> = constant91 bouncerToGoneFlows.showAllNotifications(TO_GONE_DURATION, ALTERNATE_BOUNCER)
67 val showAllNotifications: Flow<Boolean> = constant68 bouncerToGoneFlows.showAllNotifications(TO_GONE_DURATION, PRIMARY_BOUNCER)
73 fun showAllNotifications(duration: Duration, from: KeyguardState): Flow<Boolean> { in <lambda>() method
625 primaryBouncerToGoneTransitionViewModel.showAllNotifications, in <lambda>()626 alternateBouncerToGoneTransitionViewModel.showAllNotifications, in <lambda>()629 ) { isOnLockscreen, statusBarState, showAllNotifications -> in <lambda>() method630 statusBarState == SHADE_LOCKED || !isOnLockscreen || showAllNotifications in <lambda>()