Searched refs:mUserSwitcherController (Results 1 – 10 of 10) sorted by relevance
55 protected UserSwitcherController mUserSwitcherController; field in MultiUserSwitch83 mUserSwitcherController = userSwitcherController; in setUserSwitcherController()116 return mUserSwitcherController.getSwitchableUserCount() > 1 in isMultiUserEnabled()125 final UserSwitcherController controller = mUserSwitcherController; in registerListener()149 } else if (mQsPanel != null && mUserSwitcherController != null) { in onClick()171 && mUserSwitcherController != null) { in refreshContentDescription()172 currentUser = mUserSwitcherController.getCurrentUserName(mContext); in refreshContentDescription()206 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()
559 protected UserSwitcherController mUserSwitcherController; field in StatusBar1134 mUserSwitcherController = Dependency.get(UserSwitcherController.class); in getDependencies()1369 && (mUserSetup || mUserSwitcherController == null in updateQsExpansionEnabled()1370 || !mUserSwitcherController.isSimpleUserSwitcher()) in updateQsExpansionEnabled()3113 … 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()
44 @Mock private lateinit var mUserSwitcherController: UserSwitcherController variable in com.android.systemui.qs.tiles.UserDetailViewAdapterTest61 adapter = UserDetailView.Adapter(mContext, mUserSwitcherController) in setUp()
206 @Inject Lazy<UserSwitcherController> mUserSwitcherController; field in Dependency347 mProviders.put(UserSwitcherController.class, mUserSwitcherController::get); in start()
721 mStatusBar.mUserSwitcherController = mock(UserSwitcherController.class); in testShowKeyguardImplementation_setsState()722 when(mStatusBar.mUserSwitcherController.useFullscreenUserSwitcher()).thenReturn(true); in testShowKeyguardImplementation_setsState()
441 mUserSwitcherController = Dependency.get(UserSwitcherController.class); in getDependencies()