Home
last modified time | relevance | path

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 DICarSystemServerClient.aidl35 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/
H A DUserInfoHelper.java102 @UserIdInt int toUserId) { in dispatchOnCurrentUserChanged()
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DUserMetrics.java86 @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 DCarUserService.java2144 @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 DGameManagerService.java725 void onUserSwitching(TargetUser from, int toUserId) { in onUserSwitching()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java929 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 DCarUserServiceTest.java2950 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 DLocationManagerService.java227 void onCurrentUserChanged(int fromUserId, int toUserId) { in onCurrentUserChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1478 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask()