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.java1317 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId() argument
1322 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()
DInputMethodManagerService.java4847 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local
4862 userIdToBeResolved = UserHandle.parseUserArg(shellCommand.getNextArgRequired()); in handleShellCommandListInputMethods()
4868 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandListInputMethods()
4903 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local
4908 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandEnableDisableInputMethod()
5016 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local
5021 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandSetInputMethod()
5077 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
5079 final int[] userIds = InputMethodUtils.resolveUserId(userIdToBeResolved, in handleShellCommandResetInputMethod()