Searched refs:toUserId (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 2069 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent() argument 2070 int userId = toUserId; in onUserLifecycleEvent() 2074 onUserSwitching(fromUserId, toUserId); in onUserLifecycleEvent() 2177 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching() argument 2178 Slog.i(TAG, "onUserSwitching() callback for user " + toUserId); in onUserSwitching() 2180 t.traceBegin("onUserSwitching-" + toUserId); in onUserSwitching() 2183 notifyHalLegacySwitch(fromUserId, toUserId); in onUserSwitching() 2185 mInitialUserSetter.setLastActiveUser(toUserId); in onUserSwitching() 2192 startFirstPassenger(toUserId); in onUserSwitching() 2197 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch() argument [all …]
|
/packages/services/Car/car-internal-lib/src/com/android/car/internal/ |
D | ICarSystemServerClient.aidl | 34 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent() argument
|
/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 920 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent() argument 924 toUserId); in onUserLifecycleEvent() 929 + toUserId + ")"); in onUserLifecycleEvent() 931 mCarUserService.onUserLifecycleEvent(eventType, fromUserId, toUserId); in onUserLifecycleEvent()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | CarUserServiceTest.java | 2914 private void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent() argument 2917 toUserId); in sendUserLifecycleEvent() 2925 private void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent() argument 2926 sendUserLifecycleEvent(fromUserId, toUserId, in sendUserSwitchingEvent()
|