Home
last modified time | relevance | path

Searched defs:targetUserId (Results 1 – 14 of 14) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarderActivity.java103 final int targetUserId; in onCreate() local
237 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
314 public static Intent canForward(Intent incomingIntent, int sourceUserId, int targetUserId, in canForward()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricNavigationUtils.java107 int targetUserId = mUserId; in getRestrictedDialogIntent() local
/packages/apps/Settings/src/com/android/settings/password/
DSetNewPasswordController.java95 int targetUserId, in SetNewPasswordController()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/util/
DEventLogHelper.java157 public static void writeCarUserServicePostSwitchUserReq(int targetUserId, int currentUserId) { in writeCarUserServicePostSwitchUserReq()
337 public static void writeCarUserHalPostSwitchUserReq(int requestId, int targetUserId, in writeCarUserHalPostSwitchUserReq()
351 public static void writeCarUserHalLegacySwitchUserReq(int requestId, int targetUserId, in writeCarUserHalLegacySwitchUserReq()
365 public static void writeCarUserHalOemSwitchUserReq(int requestId, int targetUserId) { in writeCarUserHalOemSwitchUserReq()
381 public static void writeCarUserHalRemoveUserReq(int targetUserId, int currentUserId) { in writeCarUserHalRemoveUserReq()
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl37 void switchUser(int targetUserId, int timeoutMs, in switchUser()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/emptystate/
DNoCrossProfileEmptyStateProviderTest.kt215 val targetUserId = argumentCaptor<Int>() in CrossProfileIntentsChecker() constant
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java912 public void switchUser(@UserIdInt int targetUserId, int timeoutMs, in switchUser()
957 int targetUserId = targetUser.getIdentifier(); in handleSwitchUser() local
1248 private void sendUserSwitchUiCallback(@UserIdInt int targetUserId) { in sendUserSwitchUiCallback()
1741 public void switchAndroidUserFromHal(int requestId, @UserIdInt int targetUserId) { in switchAndroidUserFromHal()
1753 private void updateUserSwitchInProcess(int requestId, @UserIdInt int targetUserId) { in updateUserSwitchInProcess()
1766 private void postSwitchHalResponse(int requestId, @UserIdInt int targetUserId) { in postSwitchHalResponse()
1777 private SwitchUserRequest createUserSwitchRequest(@UserIdInt int targetUserId, in createUserSwitchRequest()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DRestrictedLockUtils.java78 int targetUserId = UserHandle.myUserId(); in sendShowAdminSupportDetailsIntent() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DTargetInfo.java458 static void prepareIntentForCrossProfileLaunch(Intent intent, int targetUserId) { in prepareIntentForCrossProfileLaunch()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java540 int targetUserId = userSwitchRequest.getUserHandle().getIdentifier(); in switchUser() local
580 public AsyncFuture<UserSwitchResult> switchUser(@UserIdInt int targetUserId) { in switchUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java1065 int targetUserId = mRegularUserId; in testRemoveUser_androidFailure() local
1669 int targetUserId = mRegularUserId; in testLegacyUserSwitch_ok() local
1692 int targetUserId = mGuestUserId; in testLegacyUserSwitch_notCalledAfterNormalSwitch() local
DBaseCarUserServiceTestCase.java1097 @UserIdInt int currentUserId, @UserIdInt int targetUserId) { in isSwitchUserRequest()
1205 @UserIdInt int targetUserId) { in SwitchUserRequestMatcher()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java957 int targetUserId = 11; in testUserSwitch_OEMRequest_success() local
983 int targetUserId = 11; in testUserSwitch_OEMRequest_failure_positiveRequestId() local
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java979 int targetUserId = value.getInt32Value(2); in handleOnSwitchUserVehicleRequest() local