Home
last modified time | relevance | path

Searched defs:toUserId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICar.aidl39 int toUserId) = 1; in onUserLifecycleEvent()
/packages/services/Car/service/src/com/android/car/user/
DUserMetrics.java93 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onEvent()
161 @UserIdInt int toUserId) { in onUserSwitchingEventLocked()
DCarUserService.java1561 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
1682 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
1702 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCar.java165 int toUserId) { in onUserLifecycleEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java361 int toUserId) { in onUserLifecycleEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2180 private void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent()
2191 private void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()