Home
last modified time | relevance | path

Searched refs:onUserSwitched (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
DCurrentUserTrackerTest.java42 public void onUserSwitched(int newUserId) { in setUp()
53 public void onUserSwitched(int newUserId) { in testBroadCastDoesntCrashOnConcurrentModification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DCurrentUserTracker.java34 private Consumer<Integer> mCallback = this::onUserSwitched;
57 public abstract void onUserSwitched(int newUserId); in onUserSwitched() method in CurrentUserTracker
DCurrentUserObservable.java48 public void onUserSwitched(int newUserId) { in CurrentUserObservable()
DBrightnessController.java264 public void onUserSwitched(int newUserId) { in BrightnessController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceProvisionedControllerImpl.java122 public void onUserSwitched(int newUserId) { in onUserSwitched() method in DeviceProvisionedControllerImpl
133 mListeners.get(i).onUserSwitched(); in notifyUserChanged()
DDeviceProvisionedController.java31 default void onUserSwitched() { in onUserSwitched() method
DSecurityController.java40 void onUserSwitched(int newUserId); in onUserSwitched() method
DAccessPointControllerImpl.java72 public void onUserSwitched(int newUserId) { in onUserSwitched() method in AccessPointControllerImpl
DSecurityControllerImpl.java133 onUserSwitched(ActivityManager.getCurrentUser()); in SecurityControllerImpl()
294 public void onUserSwitched(int newUserId) { in onUserSwitched() method in SecurityControllerImpl
DNetworkControllerImpl.java237 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()
DZenModeControllerImpl.java177 public void onUserSwitched(int userId) { in onUserSwitched() method in ZenModeControllerImpl
DClock.java134 public void onUserSwitched(int newUserId) { in Clock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java45 void onUserSwitched(int newUserId); in onUserSwitched() method
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java140 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
DZenModeConditions.java104 public void onUserSwitched() { in onUserSwitched() method in ZenModeConditions
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java104 public void onUserSwitched(int newUserId) { in onUserSwitched() method in FakeSecurityController
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/
DSUWProgressController.java102 public void onUserSwitched() { in onUserSwitched() method in SUWProgressController
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java981 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/
DStatusBarNotificationPresenter.java232 onUserSwitched(mLockscreenUserManager.getCurrentUserId()); in StatusBarNotificationPresenter()
377 public void onUserSwitched(int newUserId) { in onUserSwitched() method in StatusBarNotificationPresenter
DNavigationModeController.java129 public void onUserSwitched() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java149 verify(mPresenter, times(1)).onUserSwitched(mCurrentUserId + 1); in testActionUserSwitchedCallsOnUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java101 public void onUserSwitched(int newUserId) { in TunerServiceImpl()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java645 void onUserSwitched(); in onUserSwitched() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java163 public void onUserSwitched(int newUserId) { in BatteryMeterView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java529 mDozeSensors.onUserSwitched();

12