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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedController.java33 default void onUserSwitched() { method in interface:DeviceProvisionedController.DeviceProvisionedListener
H A DSecurityController.java40 void onUserSwitched(int newUserId); method in interface:SecurityController
H A DDeviceProvisionedControllerImpl.java95 public void onUserSwitched(int newUserId) { method in class:DeviceProvisionedControllerImpl
105 mListeners.forEach(c -> c.onUserSwitched());
H A DKeyguardMonitorImpl.java54 public void onUserSwitched(int newUserId) {
H A DAccessPointControllerImpl.java74 public void onUserSwitched(int newUserId) { method in class:AccessPointControllerImpl
H A DSecurityControllerImpl.java112 onUserSwitched(ActivityManager.getCurrentUser());
273 public void onUserSwitched(int newUserId) { method in class:SecurityControllerImpl
H A DNetworkControllerImpl.java218 public void onUserSwitched(int newUserId) {
219 NetworkControllerImpl.this.onUserSwitched(newUserId);
409 private void onUserSwitched(int newUserId) { method in class:NetworkControllerImpl
411 mAccessPoints.onUserSwitched(newUserId);
H A DZenModeControllerImpl.java145 public void onUserSwitched(int userId) { method in class:ZenModeControllerImpl
/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.java269 mFullscreenUserSwitcher.onUserSwitched(newUserId);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DCurrentUserTrackerTest.java41 public void onUserSwitched(int newUserId) {
52 public void onUserSwitched(int newUserId) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java104 public void onUserSwitched(int newUserId) { method in class:FakeSecurityController
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DCurrentUserTracker.java34 private Consumer<Integer> mCallback = this::onUserSwitched;
57 public abstract void onUserSwitched(int newUserId); method in class:CurrentUserTracker
H A DBrightnessController.java283 public void onUserSwitched(int 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.java98 public void onUserSwitched() { method in class:ZenModeConditions
H A DManagedServices.java262 public void onUserSwitched(int user) { method in class:ManagedServices
263 if (DEBUG) Slog.d(TAG, "onUserSwitched u=" + user);
H A DNotificationManagerService.java901 mConditionProviders.onUserSwitched(user);
902 mListeners.onUserSwitched(user);
903 mNotificationAssistants.onUserSwitched(user);
904 mZenModeHelper.onUserSwitched(user);
H A DZenModeHelper.java202 public void onUserSwitched(int user) { method in class:ZenModeHelper
203 loadConfigForUser(user, "onUserSwitched");
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java135 public void onUserSwitched() { method in class:DozeSensors
H A DDozeTriggers.java329 mDozeSensors.onUserSwitched();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerServiceImpl.java90 public void onUserSwitched(int newUserId) {

Completed in 305 milliseconds