Home
last modified time | relevance | path

Searched refs:mUserSwitcherController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DMultiUserSwitch.java49 private UserSwitcherController mUserSwitcherController; field in MultiUserSwitch
69 mUserSwitcherController = userSwitcherController; in setUserSwitcherController()
86 final UserSwitcherController controller = mUserSwitcherController; in registerListener()
111 } else if (mQsPanel != null && mUserSwitcherController != null) { in onClick()
119 mUserSwitcherController.userDetailAdapter, in onClick()
139 && mUserSwitcherController != null) { in refreshContentDescription()
140 currentUser = mUserSwitcherController.getCurrentUserName(mContext); in refreshContentDescription()
DQSTileHost.java82 private final UserSwitcherController mUserSwitcherController; field in QSTileHost
105 mUserSwitcherController = userSwitcher; in QSTileHost()
202 return mUserSwitcherController; in getUserSwitcherController()
DPhoneStatusBar.java268 UserSwitcherController mUserSwitcherController; field in PhoneStatusBar
855 mUserSwitcherController = new UserSwitcherController(mContext, mKeyguardMonitor, in makeStatusBarView()
860 mKeyguardStatusBar, mNotificationPanel, mUserSwitcherController); in makeStatusBarView()
870 mUserSwitcherController, mKeyguardMonitor, in makeStatusBarView()
888 mKeyguardStatusBar.setUserSwitcherController(mUserSwitcherController); in makeStatusBarView()
1362 && (mUserSetup || mUserSwitcherController == null in updateQsExpansionEnabled()
1363 || !mUserSwitcherController.isSimpleUserSwitcher()) in updateQsExpansionEnabled()
2723 if (mUserSwitcherController != null) { in dump()
2724 mUserSwitcherController.dump(fd, pw, args); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java55 private UserSwitcherController mUserSwitcherController; field in KeyguardUserSwitcher
74 mUserSwitcherController = userSwitcherController; in KeyguardUserSwitcher()
104 return (mUserSwitcherController != null) && mUserSwitcherController.isSimpleUserSwitcher(); in shouldExpandByDefault()
215 if (mUserSwitcherContainer != null && !mUserSwitcherController.isSimpleUserSwitcher()) { in hideIfNotSimple()