Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java756 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testTransitionLaunch_goesToUnlocked()
791 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testTransitionLaunch_noPreview_doesntGoUnlocked()
819 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testPulseWhileDozing_updatesScrimController()
864 mCentralSurfaces.setBarStateForTest(SHADE); // occluding on LS has StatusBarState = SHADE in testOccludingQSNotExpanded_flagOff_transitionToAuthScrimmed()
879 mCentralSurfaces.setBarStateForTest(SHADE); in testNotOccluding_QSNotExpanded_flagOn_doesNotTransitionScrimState()
895 mCentralSurfaces.setBarStateForTest(SHADE); in testNotOccluding_QSExpanded_flagOn_doesTransitionScrimStateToKeyguard()
911 mCentralSurfaces.setBarStateForTest(SHADE); // occluding on LS has StatusBarState = SHADE in testOccludingQSExpanded_transitionToAuthScrimmedShade()
970 mCentralSurfaces.setBarStateForTest(SHADE); in testShowKeyguardImplementation_setsState()
980 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testOnStartedWakingUp_isNotDozing()
997 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java438 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_noNotifications()
450 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_remoteInput()
467 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_withoutNotifications()
483 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneClearableNotification()
499 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_withoutHistory()
516 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
532 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneNonClearableNotification()
1156 private void setBarStateForTest(int state) { in setBarStateForTest() method in NotificationStackScrollLayoutTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt88 override fun setBarStateForTest(state: Int) {} in getRotation() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java303 void setBarStateForTest(int state); in setBarStateForTest() method
DCentralSurfacesImpl.java1598 public void setBarStateForTest(int state) { in setBarStateForTest() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java140 mCentralSurfaces.setBarStateForTest(StatusBarState.KEYGUARD); in testPulseWhileDozing_updatesScrimController()