Searched refs:FULLSCREEN_USER_SWITCHER (Results 1 – 4 of 4) sorted by relevance
43 public static final int FULLSCREEN_USER_SWITCHER = 3; field in StatusBarState54 case FULLSCREEN_USER_SWITCHER: in toShortString()
682 mStatusBar.setBarStateForTest(StatusBarState.FULLSCREEN_USER_SWITCHER); in testSetState_changesIsFullScreenUserSwitcherState()700 assertTrue(mStatusBar.mState == StatusBarState.FULLSCREEN_USER_SWITCHER); in testShowKeyguardImplementation_setsState()
486 if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in updateKeyguardState()
3506 return mState == StatusBarState.FULLSCREEN_USER_SWITCHER; in isFullScreenUserSwitcherState()3544 setBarState(StatusBarState.FULLSCREEN_USER_SWITCHER); in showKeyguardImpl()3561 } else if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in updatePanelExpansionForKeyguard()