Searched defs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
5466 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local5522 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local5651 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local5693 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
1383 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()