Searched defs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
5508 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local5564 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local5677 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5714 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
1312 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()