/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/ |
D | CurrentUserTrackerTest.java | 42 public void onUserSwitched(int newUserId) { in setUp() 53 public void onUserSwitched(int newUserId) { in testBroadCastDoesntCrashOnConcurrentModification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | CurrentUserTracker.java | 34 private Consumer<Integer> mCallback = this::onUserSwitched; 57 public abstract void onUserSwitched(int newUserId); in onUserSwitched() method in CurrentUserTracker
|
D | CurrentUserObservable.java | 48 public void onUserSwitched(int newUserId) { in CurrentUserObservable()
|
D | BrightnessController.java | 264 public void onUserSwitched(int newUserId) { in BrightnessController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeviceProvisionedControllerImpl.java | 122 public void onUserSwitched(int newUserId) { in onUserSwitched() method in DeviceProvisionedControllerImpl 133 mListeners.get(i).onUserSwitched(); in notifyUserChanged()
|
D | DeviceProvisionedController.java | 31 default void onUserSwitched() { in onUserSwitched() method
|
D | SecurityController.java | 40 void onUserSwitched(int newUserId); in onUserSwitched() method
|
D | AccessPointControllerImpl.java | 72 public void onUserSwitched(int newUserId) { in onUserSwitched() method in AccessPointControllerImpl
|
D | SecurityControllerImpl.java | 133 onUserSwitched(ActivityManager.getCurrentUser()); in SecurityControllerImpl() 294 public void onUserSwitched(int newUserId) { in onUserSwitched() method in SecurityControllerImpl
|
D | NetworkControllerImpl.java | 237 public void onUserSwitched(int newUserId) { in NetworkControllerImpl() 238 NetworkControllerImpl.this.onUserSwitched(newUserId); in NetworkControllerImpl() 514 private void onUserSwitched(int newUserId) { in onUserSwitched() method in NetworkControllerImpl 516 mAccessPoints.onUserSwitched(newUserId); in onUserSwitched()
|
D | ZenModeControllerImpl.java | 177 public void onUserSwitched(int userId) { in onUserSwitched() method in ZenModeControllerImpl
|
D | Clock.java | 134 public void onUserSwitched(int newUserId) { in Clock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationPresenter.java | 45 void onUserSwitched(int newUserId); in onUserSwitched() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ConditionProviders.java | 140 public void onUserSwitched(int user) { in onUserSwitched() method in ConditionProviders 141 super.onUserSwitched(user); in onUserSwitched() 143 mCallback.onUserSwitched(); in onUserSwitched() 402 void onUserSwitched(); in onUserSwitched() method
|
D | ZenModeConditions.java | 104 public void onUserSwitched() { in onUserSwitched() method in ZenModeConditions
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeSecurityController.java | 104 public void onUserSwitched(int newUserId) { in onUserSwitched() method in FakeSecurityController
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/ |
D | SUWProgressController.java | 102 public void onUserSwitched() { in onUserSwitched() method in SUWProgressController
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 981 public void onUserSwitched(@NonNull Context context, @NonNull Intent intent, in onUserSwitched() method in DeviceAdminReceiver 1087 onUserSwitched(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER)); in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 232 onUserSwitched(mLockscreenUserManager.getCurrentUserId()); in StatusBarNotificationPresenter() 377 public void onUserSwitched(int newUserId) { in onUserSwitched() method in StatusBarNotificationPresenter
|
D | NavigationModeController.java | 129 public void onUserSwitched() {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 149 verify(mPresenter, times(1)).onUserSwitched(mCurrentUserId + 1); in testActionUserSwitchedCallsOnUserSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerServiceImpl.java | 101 public void onUserSwitched(int newUserId) { in TunerServiceImpl()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 645 void onUserSwitched(); in onUserSwitched() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 163 public void onUserSwitched(int newUserId) { in BatteryMeterView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeTriggers.java | 529 mDozeSensors.onUserSwitched();
|