Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl36 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp860 userid_t fromUserId = 0; in TEST_F() local
939 userid_t fromUserId = 0; in TEST_F() local
1068 userid_t fromUserId = 0; in TEST_F() local
1177 userid_t fromUserId = 0; in TEST_F() local
1310 userid_t fromUserId = 0; in TEST_F() local
DPerformanceProfilerTest.cpp1337 UserSwitchCollectionInfo setupUserSwitchCollection(userid_t fromUserId, userid_t toUserId) { in setupUserSwitchCollection()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java42 public static void writeCarHelperUserSwitching(int fromUserId, int toUserId) { in writeCarHelperUserSwitching()
78 public static void writeCarServiceOnUserLifecycle(int type, int fromUserId, int toUserId) { in writeCarServiceOnUserLifecycle()
223 @Nullable String packageName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyAppLifecycleListener()
229 @Nullable String listenerName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyInternalLifecycleListener()
482 int eventType, int fromUserId, int toUserId) { in writeCarUserManagerNotifyLifecycleListener()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DInteractionLogger.kt395 fun fromUserId(userId: Int): SafetySourceProfileType = in fromUserId() method
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2374 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
2643 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local
2700 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
2714 private void notifyLegacyUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyLegacyUserSwitch()
2741 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
DExperimentalCarUserService.java424 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/am/
DFixedActivityServiceTest.java636 private void testClearingOfRunningActivitiesOnUserSwitch(int fromUserId, int toUserId, in testClearingOfRunningActivitiesOnUserSwitch()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1101 protected void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent()
1127 protected void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1088 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent()
DCarMediaService.java946 private void onUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitch()