Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl36 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) = 0; in onUserLifecycleEvent()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp828 userid_t fromUserId = 0; in TEST_F() local
907 userid_t fromUserId = 0; in TEST_F() local
1036 userid_t fromUserId = 0; in TEST_F() local
1145 userid_t fromUserId = 0; in TEST_F() local
1278 userid_t fromUserId = 0; in TEST_F() local
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java50 public static void writeCarHelperUserSwitching(int fromUserId, int toUserId) { in writeCarHelperUserSwitching()
95 public static void writeCarServiceOnUserLifecycle(int type, int fromUserId, int toUserId) { in writeCarServiceOnUserLifecycle()
269 @Nullable String packageName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyAppLifecycleListener()
276 @Nullable String listenerName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyInternalLifecycleListener()
592 int eventType, int fromUserId, int toUserId) { in writeCarUserManagerNotifyLifecycleListener()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DInteractionLogger.kt398 fun fromUserId(userId: Int): SafetySourceProfileType = in fromUserId() method
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2408 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
2711 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local
2768 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
2782 private void notifyLegacyUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyLegacyUserSwitch()
2809 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
DExperimentalCarUserService.java419 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DFixedActivityServiceTest.java607 private void testClearingOfRunningActivitiesOnUserSwitch(int fromUserId, int toUserId, in testClearingOfRunningActivitiesOnUserSwitch()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1095 protected void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent()
1121 protected void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1029 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent()
DCarMediaService.java874 private void onUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitch()