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()
50 private static final int MAX_STATE = StatusBarState.FULLSCREEN_USER_SWITCHER;
979 if (newState != StatusBarState.FULLSCREEN_USER_SWITCHER) { in onStateChanged()988 if (mFullscreenUserSwitcher != null && mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in showUserSwitcher()1012 if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER in dismissKeyguardWhenUserSwitcherNotDisplayed()
707 mStatusBar.setBarStateForTest(StatusBarState.FULLSCREEN_USER_SWITCHER); in testSetState_changesIsFullScreenUserSwitcherState()725 verify(mStatusBarStateController).setState(eq(StatusBarState.FULLSCREEN_USER_SWITCHER)); in testShowKeyguardImplementation_setsState()
2956 return mState == StatusBarState.FULLSCREEN_USER_SWITCHER; in isFullScreenUserSwitcherState()2995 mStatusBarStateController.setState(StatusBarState.FULLSCREEN_USER_SWITCHER); in showKeyguardImpl()3011 } else if (mState == StatusBarState.FULLSCREEN_USER_SWITCHER) { in updatePanelExpansionForKeyguard()