Searched defs:fromUserId (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/car-lib/src/android/car/ |
D | ICar.aidl | 38 oneway void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | UserMetricsTest.java | 169 private long sendSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int userId) { in sendSwitchingEvent() 209 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime()
|
D | CarUserServiceTest.java | 2180 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/ |
D | UserMetrics.java | 93 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onEvent() 160 private void onUserSwitchingEventLocked(long timestampMs, @UserIdInt int fromUserId, in onUserSwitchingEventLocked()
|
D | CarUserService.java | 1561 @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/ |
D | FakeCar.java | 164 public void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()
|
/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 360 public void onUserLifecycleEvent(int eventType, long timestampMs, int fromUserId, in onUserLifecycleEvent()
|