Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl34 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) = 0; in onUserLifecycleEvent()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp634 userid_t fromUserId = 0; in TEST_F() local
713 userid_t fromUserId = 0; in TEST_F() local
842 userid_t fromUserId = 0; in TEST_F() local
951 userid_t fromUserId = 0; in TEST_F() local
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java48 public static void writeCarHelperUserSwitching(int fromUserId, int toUserId) { in writeCarHelperUserSwitching()
93 public static void writeCarServiceOnUserLifecycle(int type, int fromUserId, int toUserId) { in writeCarServiceOnUserLifecycle()
267 @Nullable String packageName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyAppLifecycleListener()
274 @Nullable String listenerName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyInternalLifecycleListener()
497 int eventType, int fromUserId, int toUserId) { in writeCarUserManagerNotifyLifecycleListener()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2027 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
2132 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local
2189 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
2203 private void notifyLegacyUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyLegacyUserSwitch()
2230 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
DExperimentalCarUserService.java402 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DFixedActivityServiceTest.java565 private void testClearingOfRunningActivitiesOnUserSwitch(int fromUserId, int toUserId, in testClearingOfRunningActivitiesOnUserSwitch()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java927 protected void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent()
938 protected void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java994 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent()