Searched refs:ShellCommandResult (Results 1 – 1 of 1) sorted by relevance
222 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})5299 @ShellCommandResult5318 @ShellCommandResult5437 @ShellCommandResult5451 @ShellCommandResult5508 @ShellCommandResult5527 return hasFailed ? ShellCommandResult.FAILURE : ShellCommandResult.SUCCESS; in handleShellCommandEnableDisableInputMethod()5638 @ShellCommandResult5670 return hasFailed ? ShellCommandResult.FAILURE : ShellCommandResult.SUCCESS; in handleShellCommandSetInputMethod()5679 @ShellCommandResult[all …]