Searched refs:FULLSCREEN_USER_SWITCHER (Results 1 – 5 of 5) sorted by relevance
43 public static final int FULLSCREEN_USER_SWITCHER = 3; field in StatusBarState54 case FULLSCREEN_USER_SWITCHER: in toShortString()
52 private static final int MAX_STATE = StatusBarState.FULLSCREEN_USER_SWITCHER;
1382 if (newState != StatusBarState.FULLSCREEN_USER_SWITCHER) { in onStateChanged()1391 if (mFullscreenUserSwitcher != null && mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in showUserSwitcher()1415 if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER in dismissKeyguardWhenUserSwitcherNotDisplayed()
706 mStatusBar.setBarStateForTest(StatusBarState.FULLSCREEN_USER_SWITCHER); in testSetState_changesIsFullScreenUserSwitcherState()724 verify(mStatusBarStateController).setState(eq(StatusBarState.FULLSCREEN_USER_SWITCHER)); in testShowKeyguardImplementation_setsState()
3064 return mState == StatusBarState.FULLSCREEN_USER_SWITCHER; in isFullScreenUserSwitcherState()3114 mStatusBarStateController.setState(StatusBarState.FULLSCREEN_USER_SWITCHER); in showKeyguardImpl()3130 } else if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in updatePanelExpansionForKeyguard()