Searched refs:toUserId (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | UserMetrics.java | 86 @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/ |
D | UserInfoHelper.java | 102 @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/ |
D | GameManagerService.java | 670 void onUserSwitching(TargetUser from, int toUserId) { in onUserSwitching() argument 682 msg.obj = toUserId; in onUserSwitching()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 227 void onCurrentUserChanged(int fromUserId, int toUserId) { in onCurrentUserChanged() argument 228 dispatchOnCurrentUserChanged(fromUserId, toUserId); in onCurrentUserChanged()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1481 UserSwitchHandlerTask(InputMethodManagerService service, @UserIdInt int toUserId, in UserSwitchHandlerTask() argument 1484 mToUserId = toUserId; in UserSwitchHandlerTask()
|