Searched refs:ShellCommandResult (Results 1 – 1 of 1) sorted by relevance
194 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})195 private @interface ShellCommandResult { annotation in InputMethodManagerService5320 resultReceiver.send(ShellCommandResult.FAILURE, null); in onShellCommand()5350 @ShellCommandResult5369 @ShellCommandResult5384 return ShellCommandResult.SUCCESS; in onCommandWithSystemIdentity()5399 return ShellCommandResult.FAILURE; in onCommandWithSystemIdentity()5407 @ShellCommandResult5411 return ShellCommandResult.SUCCESS; in refreshDebugProperties()5490 @ShellCommandResult[all …]