Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
1383 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument1388 if (userIdToBeResolved == UserHandle.USER_ALL) { in resolveUserId()1393 if (userIdToBeResolved == UserHandle.USER_CURRENT) { in resolveUserId()1395 } else if (userIdToBeResolved < 0) { in resolveUserId()1398 warningWriter.print(userIdToBeResolved); in resolveUserId()1402 } else if (userManagerInternal.exists(userIdToBeResolved)) { in resolveUserId()1403 sourceUserId = userIdToBeResolved; in resolveUserId()1407 warningWriter.print(userIdToBeResolved); in resolveUserId()
5466 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local5481 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()5487 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()5522 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local5528 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()5651 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5657 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()5693 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local5695 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()