Searched refs:onUserSwitched (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java31 void onUserSwitched(int newUserId); method in interface:SecurityController
H A DKeyguardMonitor.java51 public void onUserSwitched(int newUserId) {
H A DNetworkController.java33 void onUserSwitched(int newUserId); method in interface:NetworkController
H A DAccessPointControllerImpl.java74 public void onUserSwitched(int newUserId) { method in class:AccessPointControllerImpl
H A DSecurityControllerImpl.java89 onUserSwitched(ActivityManager.getCurrentUser());
212 public void onUserSwitched(int newUserId) { method in class:SecurityControllerImpl
H A DNetworkControllerImpl.java362 public void onUserSwitched(int newUserId) { method in class:NetworkControllerImpl
364 mAccessPoints.onUserSwitched(newUserId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DCurrentUserTracker.java44 onUserSwitched(mCurrentUserId);
59 public abstract void onUserSwitched(int newUserId); method in class:CurrentUserTracker
H A DBrightnessController.java282 public void onUserSwitched(int newUserId) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java44 public void onUserSwitched(int newUserId) { method in class:FullscreenUserSwitcher
45 mUserGridView.onUserSwitched(newUserId);
H A DUserGridView.java97 public void onUserSwitched(int newUserId) { method in class:UserGridView
H A DCarStatusBar.java200 mFullscreenUserSwitcher.onUserSwitched(newUserId);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java136 public void onUserSwitched(int user) { method in class:ConditionProviders
137 super.onUserSwitched(user);
139 mCallback.onUserSwitched();
410 void onUserSwitched(); method in interface:ConditionProviders.Callback
H A DZenModeConditions.java95 public void onUserSwitched() { method in class:ZenModeConditions
H A DNotificationManagerService.java801 mConditionProviders.onUserSwitched(user);
802 mListeners.onUserSwitched(user);
803 mRankerServices.onUserSwitched(user);
804 mZenModeHelper.onUserSwitched(user);
3894 public void onUserSwitched(int user) { method in class:NotificationManagerService.NotificationRankers
H A DManagedServices.java246 public void onUserSwitched(int user) { method in class:ManagedServices
247 if (DEBUG) Slog.d(TAG, "onUserSwitched u=" + user);
H A DZenModeHelper.java198 public void onUserSwitched(int user) { method in class:ZenModeHelper
199 loadConfigForUser(user, "onUserSwitched");
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java86 public void onUserSwitched(int newUserId) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3708 mSecurityController.onUserSwitched(mCurrentUserId);

Completed in 270 milliseconds