Home
last modified time | relevance | path

Searched defs:onUserChanged (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DUserChangeListener.java33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged() method
H A DShellInterface.java60 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged() method
H A DShellController.java247 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() method in ShellController
324 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() method in ShellController.ShellInterfaceImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserTracker.kt97 fun onUserChanged(newUser: Int, userContext: Context) {} regex
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
H A DFakeUserTracker.kt80 fun onUserChanged(userId: Int = _userId) { regex
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationScaleProvider.java108 void onUserChanged(int userId) { in onUserChanged() method in MagnificationScaleProvider
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileControllerImpl.java149 public void onUserChanged(int newUser, @NonNull Context userContext) { in onUserChanged() method in ManagedProfileControllerImpl.UserTrackerCallback
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java94 default void onUserChanged(int userId) {} in onUserChanged() method
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DUserInfoHelper.java60 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged() method
/aosp14/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java192 void onUserChanged() { in onUserChanged() method in FusedLocationProvider
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
H A DShellControllerTest.java448 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() method in ShellControllerTest.TestUserChangeListener
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssListenerMultiplexer.java396 private void onUserChanged(int userId, int change) { in onUserChanged() method in GnssListenerMultiplexer
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java272 void onUserChanged(int newUserId); in onUserChanged() method
H A DBubbleController.java621 public void onUserChanged(int newUserId) { in onUserChanged() method in BubbleController
2423 public void onUserChanged(int newUserId) { in onUserChanged() method in BubbleController
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java536 void onUserChanged(int userId, int change) { in onUserChanged() method in GeofenceManager
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java270 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() method in TvPipController
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java725 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() method in PipController
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java234 @VisibleForTesting void onUserChanged(int userHandle) { in onUserChanged() method in ColorDisplayService