Searched defs:fromUserId (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/opt/car/services/tests/src/com/android/internal/car/ |
H A D | UserMetricsTest.java | 170 private long sendSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int userId) { in sendSwitchingEvent() 210 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | UserInfoHelper.java | 101 protected final void dispatchOnCurrentUserChanged(@UserIdInt int fromUserId, 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() 141 private void onUserSwitchingEventLocked(long timestampMs, @UserIdInt int fromUserId, 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() 2194 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local 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 | 728 final int fromUserId = from.getUserIdentifier(); in onUserSwitching() local
|
/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()
|