Searched refs:mUserSwitcherController (Results 1 – 8 of 8) sorted by relevance
55 protected UserSwitcherController mUserSwitcherController; field in MultiUserSwitch83 mUserSwitcherController = userSwitcherController; in setUserSwitcherController()115 return mUserSwitcherController.getSwitchableUserCount() > 1 in isMultiUserEnabled()124 final UserSwitcherController controller = mUserSwitcherController; in registerListener()148 } else if (mQsPanel != null && mUserSwitcherController != null) { in onClick()170 && mUserSwitcherController != null) { in refreshContentDescription()171 currentUser = mUserSwitcherController.getCurrentUserName(mContext); in refreshContentDescription()205 return mUserSwitcherController.userDetailAdapter; in getUserDetailAdapter()
88 private UserSwitcherController mUserSwitcherController; field in KeyguardStatusBarView328 mUserSwitcherController = Dependency.get(UserSwitcherController.class); in onAttachedToWindow()329 mMultiUserSwitch.setUserSwitcherController(mUserSwitcherController); in onAttachedToWindow()
541 protected UserSwitcherController mUserSwitcherController; field in StatusBar623 mUserSwitcherController = Dependency.get(UserSwitcherController.class); in start()1294 && (mUserSetup || mUserSwitcherController == null in updateQsExpansionEnabled()1295 || !mUserSwitcherController.isSimpleUserSwitcher()) in updateQsExpansionEnabled()2994 … if (mUserSwitcherController != null && mUserSwitcherController.useFullscreenUserSwitcher()) { in showKeyguardImpl()
36 private final UserSwitcherController mUserSwitcherController; field in UserUtil.RemoveUserDialog49 mUserSwitcherController = userSwitcherController; in RemoveUserDialog()58 mUserSwitcherController.removeUserId(mUserId); in onClick()
37 private final UserSwitcherController mUserSwitcherController; field in UserTile45 mUserSwitcherController = userSwitcherController; in UserTile()67 return mUserSwitcherController.userDetailAdapter; in getDetailAdapter()
56 private UserSwitcherController mUserSwitcherController; field in KeyguardUserSwitcher73 mUserSwitcherController = userSwitcherController; in KeyguardUserSwitcher()117 return (mUserSwitcherController != null) && mUserSwitcherController.isSimpleUserSwitcher(); in shouldExpandByDefault()230 if (mUserSwitcherContainer != null && !mUserSwitcherController.isSimpleUserSwitcher()) { in hideIfNotSimple()
212 @Inject Lazy<UserSwitcherController> mUserSwitcherController; field in Dependency342 mProviders.put(UserSwitcherController.class, mUserSwitcherController::get); in start()
722 mStatusBar.mUserSwitcherController = mock(UserSwitcherController.class); in testShowKeyguardImplementation_setsState()723 when(mStatusBar.mUserSwitcherController.useFullscreenUserSwitcher()).thenReturn(true); in testShowKeyguardImplementation_setsState()