Searched refs:ShellCommandResult (Results 1 – 1 of 1) sorted by relevance
223 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})224 private @interface ShellCommandResult { annotation in InputMethodManagerService6226 resultReceiver.send(ShellCommandResult.FAILURE, null); in onShellCommand()6251 @ShellCommandResult6263 @ShellCommandResult6289 return ShellCommandResult.FAILURE; in onCommandWithSystemIdentity()6316 @ShellCommandResult6372 return ShellCommandResult.SUCCESS; in onImeCommandHelp()6386 @ShellCommandResult6435 return ShellCommandResult.SUCCESS; in handleShellCommandListInputMethods()[all …]