Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
999 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument1004 if (userIdToBeResolved == UserHandle.USER_ALL) { in resolveUserId()1009 if (userIdToBeResolved == UserHandle.USER_CURRENT) { in resolveUserId()1011 } else if (userIdToBeResolved < 0) { in resolveUserId()1014 warningWriter.print(userIdToBeResolved); in resolveUserId()1018 } else if (userManagerInternal.exists(userIdToBeResolved)) { in resolveUserId()1019 sourceUserId = userIdToBeResolved; in resolveUserId()1023 warningWriter.print(userIdToBeResolved); in resolveUserId()
6404 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local6419 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()6424 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()6463 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local6469 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()6588 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local6594 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()6631 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local6634 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()