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.java1312 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument
1317 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()
DInputMethodManagerService.java5508 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local
5523 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()
5529 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()
5564 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local
5569 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()
5677 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local
5682 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()
5714 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
5716 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()