Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
1317 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument1322 if (userIdToBeResolved == UserHandle.USER_ALL) { in resolveUserId()1337 if (userIdToBeResolved == UserHandle.USER_CURRENT) { in resolveUserId()1339 } else if (userIdToBeResolved < 0) { in resolveUserId()1342 warningWriter.print(userIdToBeResolved); in resolveUserId()1346 } else if (userManagerInternal.exists(userIdToBeResolved)) { in resolveUserId()1347 sourceUserId = userIdToBeResolved; in resolveUserId()1351 warningWriter.print(userIdToBeResolved); in resolveUserId()
4847 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local4862 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()4868 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()4903 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local4908 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()5016 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5021 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()5077 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local5079 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()