Searched defs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
4847 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local4903 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local5016 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5077 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
1317 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()