Home
last modified time | relevance | path

Searched refs:ShellCommandResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java194 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})
195 private @interface ShellCommandResult { annotation in InputMethodManagerService
5320 resultReceiver.send(ShellCommandResult.FAILURE, null); in onShellCommand()
5350 @ShellCommandResult
5369 @ShellCommandResult
5384 return ShellCommandResult.SUCCESS; in onCommandWithSystemIdentity()
5399 return ShellCommandResult.FAILURE; in onCommandWithSystemIdentity()
5407 @ShellCommandResult
5411 return ShellCommandResult.SUCCESS; in refreshDebugProperties()
5490 @ShellCommandResult
[all …]