Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserTracker.kt71 fun onUserChanged(newUser: Int, userContext: Context) {} regex
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DUserInfoHelper.java58 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java94 default void onUserChanged(int userId) {} in onUserChanged() method
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssListenerMultiplexer.java374 private void onUserChanged(int userId, int change) { in onUserChanged() method in GnssListenerMultiplexer
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceManager.java483 void onUserChanged(int userId, int change) { in onUserChanged() method in GeofenceManager
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java218 void onUserChanged(int newUserId); in onUserChanged() method
H A DBubbleController.java520 public void onUserChanged(int newUserId) { in onUserChanged() method in BubbleController
1641 public void onUserChanged(int newUserId) { in onUserChanged() method in BubbleController
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java234 @VisibleForTesting void onUserChanged(int userHandle) { in onUserChanged() method in ColorDisplayService