Home
last modified time | relevance | path

Searched refs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java222 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument
227 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()
DInputMethodManagerService.java6390 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local
6405 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()
6410 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()
6449 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local
6455 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()
6570 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local
6576 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()
6614 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
6617 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()