Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DICarSystemServerClient.aidl35 void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId); in onUserLifecycleEvent()
/packages/services/Car/cpp/watchdog/stable_server/tests/
DWatchdogPerfServiceTest.cpp905 userid_t fromUserId = 0; in TEST_F() local
984 userid_t fromUserId = 0; in TEST_F() local
1113 userid_t fromUserId = 0; in TEST_F() local
1222 userid_t fromUserId = 0; in TEST_F() local
1355 userid_t fromUserId = 0; in TEST_F() local
DPerformanceProfilerTest.cpp1342 UserSwitchCollectionInfo setupUserSwitchCollection(userid_t fromUserId, userid_t toUserId) { in setupUserSwitchCollection()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp905 userid_t fromUserId = 0; in TEST_F() local
984 userid_t fromUserId = 0; in TEST_F() local
1113 userid_t fromUserId = 0; in TEST_F() local
1222 userid_t fromUserId = 0; in TEST_F() local
1355 userid_t fromUserId = 0; in TEST_F() local
DPerformanceProfilerTest.cpp1342 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()
82 public static void writeCarServiceOnUserLifecycle(int type, int fromUserId, int toUserId) { in writeCarServiceOnUserLifecycle()
227 @Nullable String packageName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyAppLifecycleListener()
233 @Nullable String listenerName, int eventType, int fromUserId, int toUserId) { in writeCarUserServiceNotifyInternalLifecycleListener()
486 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.java2522 @UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserLifecycleEvent()
2811 int fromUserId = event.getPreviousUserId(); in handleNotifyAppUserLifecycleListeners() local
2868 private void onUserSwitching(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitching()
2882 private void notifyLegacyUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyLegacyUserSwitch()
2909 private void notifyHalLegacySwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in notifyHalLegacySwitch()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DICarImplUnitTest.java402 int fromUserId = 1; in testCarSystemServerClientImpl_onUserLifecycleEvent() local
/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.java1112 protected void sendUserLifecycleEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId, in sendUserLifecycleEvent()
1138 protected void sendUserSwitchingEvent(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in sendUserSwitchingEvent()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java1132 public void onUserLifecycleEvent(int eventType, int fromUserId, int toUserId) in onUserLifecycleEvent()
DCarMediaService.java946 private void onUserSwitch(@UserIdInt int fromUserId, @UserIdInt int toUserId) { in onUserSwitch()