Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java888 mCentralSurfaces.setBarStateForTest(SHADE); in testPanelOpenForHeadsUp()
907 mCentralSurfaces.setBarStateForTest(SHADE); in testPanelOpenAndClear()
925 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testPanelOpenAndNoClear()
966 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testTransitionLaunch_goesToUnlocked()
1001 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testTransitionLaunch_noPreview_doesntGoUnlocked()
1099 mCentralSurfaces.setBarStateForTest(SHADE); in testShowKeyguardImplementation_setsState()
1160 mCentralSurfaces.setBarStateForTest(SHADE); in deviceStateChange_unfolded_shadeOpen_setsLeaveOpenOnKeyguardHide()
1172 mCentralSurfaces.setBarStateForTest(KEYGUARD); in deviceStateChange_unfolded_shadeOpen_onKeyguard_doesNotSetLeaveOpenOnKeyguardHide()
1185 mCentralSurfaces.setBarStateForTest(SHADE); in deviceStateChange_unfolded_shadeClose_doesNotSetLeaveOpenOnKeyguardHide()
1197 mCentralSurfaces.setBarStateForTest(KEYGUARD); in deviceStateChange_unfolded_shadeExpanding_onKeyguard_closesQS()
[all …]
H A DDozeServiceHostTest.java139 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testPulseWhileDozing_updatesScrimController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java469 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_noNotifications()
480 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_remoteInput()
496 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_withoutNotifications()
511 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneClearableNotification()
526 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_withoutHistory()
542 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
557 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneNonClearableNotification()
932 private void setBarStateForTest(int state) { in setBarStateForTest() method in NotificationStackScrollLayoutTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java346 void setBarStateForTest(int state); in setBarStateForTest() method
H A DCentralSurfacesImpl.java1750 public void setBarStateForTest(int state) { in setBarStateForTest() method