Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java233 setupShowEmptyShadeViewState(stateListener, true); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
240 setupShowEmptyShadeViewState(stateListener, false); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
257 setupShowEmptyShadeViewState(stateListener, true); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
264 setupShowEmptyShadeViewState(stateListener, false); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
424 private void setupShowEmptyShadeViewState( in setupShowEmptyShadeViewState() method in NotificationStackScrollLayoutControllerTest