Home
last modified time | relevance | path

Searched defs:fromUserId (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICar.aidl38 oneway void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserMetricsTest.java169 private long sendSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int userId) { in sendSwitchingEvent()
209 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime()
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()
/packages/services/Car/service/src/com/android/car/user/
DUserMetrics.java93 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onEvent()
160 private void onUserSwitchingEventLocked(long timestampMs, @UserIdInt int fromUserId, in onUserSwitchingEventLocked()
DCarUserService.java1561 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
1630 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local
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.java164 public void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java360 public void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()