Searched defs:userIdToBeResolved (Results 1 – 2 of 2) sorted by relevance
6285 int userIdToBeResolved = UserHandle.USER_CURRENT; in handleShellCommandListInputMethods() local6341 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandEnableDisableInputMethod() local6465 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandSetInputMethod() local6507 final int userIdToBeResolved = handleOptionsForCommandsThatOnlyHaveUserOption(shellCommand); in handleShellCommandResetInputMethod() local
1385 static int[] resolveUserId(@UserIdInt int userIdToBeResolved, in resolveUserId()