Home
last modified time | relevance | path

Searched refs:toUserId (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DUserInfoHelper.java104 @UserIdInt int toUserId) { in dispatchOnCurrentUserChanged() argument
106 int[] toUserIds = getProfileIds(toUserId); in dispatchOnCurrentUserChanged()
111 EVENT_LOG.logUserSwitched(fromUserId, toUserId); in dispatchOnCurrentUserChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java236 void onCurrentUserChanged(int fromUserId, int toUserId) { in onCurrentUserChanged() argument
237 dispatchOnCurrentUserChanged(fromUserId, toUserId); in onCurrentUserChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerService.java1573 final int toUserId = to.getUserIdentifier(); in onUserSwitching() local
1577 sendUserMessage(toUserId, POPULATE_GAME_MODE_SETTINGS, EVENT_ON_USER_SWITCHING, in onUserSwitching()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1582 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask() argument
1585 mToUserId = toUserId; in UserSwitchHandlerTask()