Home
last modified time | relevance | path

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

/frameworks/opt/car/services/src/com/android/internal/car/
DUserMetrics.java86 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onEvent() argument
90 onUserStartingEventLocked(timestampMs, toUserId); in onEvent()
93 onUserSwitchingEventLocked(timestampMs, fromUserId, toUserId); in onEvent()
96 onUserUnlockingEventLocked(timestampMs, toUserId); in onEvent()
99 onUserUnlockedEventLocked(timestampMs, toUserId); in onEvent()
102 onUserStoppingEventLocked(timestampMs, toUserId); in onEvent()
105 onUserStoppedEventLocked(timestampMs, toUserId); in onEvent()
142 @UserIdInt int toUserId) { in onUserSwitchingEventLocked() argument
143 UserStartingMetric metrics = getExistingMetricsLocked(mUserStartingMetrics, toUserId); in onUserSwitchingEventLocked()
/frameworks/base/services/core/java/com/android/server/location/injector/
DUserInfoHelper.java102 @UserIdInt int toUserId) { in dispatchOnCurrentUserChanged() argument
104 int[] toUserIds = getProfileIds(toUserId); in dispatchOnCurrentUserChanged()
109 EVENT_LOG.logUserSwitched(fromUserId, toUserId); in dispatchOnCurrentUserChanged()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java670 void onUserSwitching(TargetUser from, int toUserId) { in onUserSwitching() argument
682 msg.obj = toUserId; in onUserSwitching()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java227 void onCurrentUserChanged(int fromUserId, int toUserId) { in onCurrentUserChanged() argument
228 dispatchOnCurrentUserChanged(fromUserId, toUserId); in onCurrentUserChanged()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1481 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask() argument
1484 mToUserId = toUserId; in UserSwitchHandlerTask()