Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
1312 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument1317 if (userIdToBeResolved == UserHandle.USER_ALL) { in resolveUserId()1322 if (userIdToBeResolved == UserHandle.USER_CURRENT) { in resolveUserId()1324 } else if (userIdToBeResolved < 0) { in resolveUserId()1327 warningWriter.print(userIdToBeResolved); in resolveUserId()1331 } else if (userManagerInternal.exists(userIdToBeResolved)) { in resolveUserId()1332 sourceUserId = userIdToBeResolved; in resolveUserId()1336 warningWriter.print(userIdToBeResolved); in resolveUserId()
5508 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local5523 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()5529 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()5564 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local5569 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()5677 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5682 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()5714 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local5716 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()