Searched defs:toUserId (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/services/Car/car-internal-lib/src/com/android/car/internal/ |
H A D | ICarSystemServerClient.aidl | 35 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | UserInfoHelper.java | 102 @UserIdInt int toUserId) { in dispatchOnCurrentUserChanged()
|
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/ |
H A D | UserMetrics.java | 86 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onEvent() 142 @UserIdInt int toUserId) { in onUserSwitchingEventLocked()
|
/aosp12/packages/services/Car/service/src/com/android/car/user/ |
H A D | CarUserService.java | 2144 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent() 2243 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching() 2263 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
|
/aosp12/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerService.java | 725 void onUserSwitching(TargetUser from, int toUserId) { in onUserSwitching()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | ICarImpl.java | 929 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
H A D | CarUserServiceTest.java | 2950 private void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent() 2961 private void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 227 void onCurrentUserChanged(int fromUserId, int toUserId) { in onCurrentUserChanged()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 1478 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask()
|