Searched refs:setBarStateForTest (Results 1 – 4 of 4) sorted by relevance
665 mStatusBar.setBarStateForTest(StatusBarState.SHADE); in testPanelOpenForHeadsUp()684 mStatusBar.setBarStateForTest(StatusBarState.SHADE); in testPanelOpenAndClear()702 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testPanelOpenAndNoClear()717 mStatusBar.setBarStateForTest(StatusBarState.SHADE); in testDisableExpandStatusBar()748 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testUpdateKeyguardState_DoesNotCrash()781 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testPulseWhileDozing_updatesScrimController()797 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testSetState_changesIsFullScreenUserSwitcherState()800 mStatusBar.setBarStateForTest(StatusBarState.FULLSCREEN_USER_SWITCHER); in testSetState_changesIsFullScreenUserSwitcherState()808 mStatusBar.setBarStateForTest(StatusBarState.SHADE); in testShowKeyguardImplementation_setsState()822 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testOnStartedWakingUp_isNotDozing()[all …]
127 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD); in testPulseWhileDozing_updatesScrimController()
351 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_noNotifications()362 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_remoteInput()381 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneClearableNotification()400 setBarStateForTest(StatusBarState.SHADE); in testUpdateFooter_oneNonClearableNotification()542 private void setBarStateForTest(int state) { in setBarStateForTest() method in NotificationStackScrollLayoutTest
1927 void setBarStateForTest(int state) { in setBarStateForTest() method