Home
last modified time | relevance | path

Searched defs:shouldInclude (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt152 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenNoNotifs() constant
165 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenNotifs() constant
178 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenQsExpandedDefault() constant
193 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenQsExpandedInSplitShade() constant
212 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_trueWhenLockedShade() constant
227 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenKeyguard() constant
242 val shouldInclude by collectLastValue(underTest.shouldShowEmptyShadeView) in shouldIncludeEmptyShadeView_falseWhenStartingToSleep() constant
305 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenShade() constant
321 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_trueWhenLockedShade() constant
337 val shouldInclude by collectLastValue(underTest.shouldIncludeFooterView) in shouldIncludeFooterView_falseWhenKeyguard() constant
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
DAppIntegrityManagerServiceImplTest.java565 private void setIntegrityCheckIncludesRuleProvider(boolean shouldInclude) throws Exception { in setIntegrityCheckIncludesRuleProvider()