Searched refs:userSwitcher (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationsQuickSettingsContainer.java52 ViewStub userSwitcher = (ViewStub) findViewById(R.id.keyguard_user_switcher);
53 userSwitcher.setOnInflateListener(this);
54 mUserSwitcher = userSwitcher;
H A DQSTileHost.java95 UserSwitcherController userSwitcher, KeyguardMonitor keyguard,
107 mUserSwitcherController = userSwitcher;
90 QSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, KeyguardMonitor keyguard, SecurityController security) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java57 public KeyguardUserSwitcher(Context context, ViewStub userSwitcher, argument
61 mUserSwitcher = (ViewGroup) userSwitcher.inflate();

Completed in 283 milliseconds