Home
last modified time | relevance | path

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 DICarSystemServerClient.aidl35 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent()
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DUserMetricsTest.java170 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 DUserInfoHelper.java101 protected final void dispatchOnCurrentUserChanged(@UserIdInt int fromUserId, in dispatchOnCurrentUserChanged()
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DUserMetrics.java86 @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 DCarUserService.java2144 @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 DGameManagerService.java728 final int fromUserId = from.getUserIdentifier(); in onUserSwitching() local
/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()