Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
222 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument227 if (userIdToBeResolved == UserHandle.USER_ALL) { in resolveUserId()232 if (userIdToBeResolved == UserHandle.USER_CURRENT) { in resolveUserId()234 } else if (userIdToBeResolved < 0) { in resolveUserId()237 warningWriter.print(userIdToBeResolved); in resolveUserId()241 } else if (userManagerInternal.exists(userIdToBeResolved)) { in resolveUserId()242 sourceUserId = userIdToBeResolved; in resolveUserId()246 warningWriter.print(userIdToBeResolved); in resolveUserId()
6390 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local6405 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()6410 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()6449 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local6455 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()6570 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local6576 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()6614 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local6617 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()