Searched refs:shouldShowEmptyShadeView (Results 1 – 3 of 3) sorted by relevance
152 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenNoNotifs()165 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenNotifs()178 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenQsExpandedDefault()193 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenQsExpandedInSplitShade()212 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenLockedShade()227 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenKeyguard()242 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenStartingToSleep()
91 val shouldShowEmptyShadeView: Flow<Boolean> by lazy { in <lambda>() constant
208 viewModel.shouldShowEmptyShadeView, in <lambda>()