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.java223 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})
224 private @interface ShellCommandResult { annotation in InputMethodManagerService
6226 resultReceiver.send(ShellCommandResult.FAILURE, null); in onShellCommand()
6251 @ShellCommandResult
6263 @ShellCommandResult
6289 return ShellCommandResult.FAILURE; in onCommandWithSystemIdentity()
6316 @ShellCommandResult
6372 return ShellCommandResult.SUCCESS; in onImeCommandHelp()
6386 @ShellCommandResult
6435 return ShellCommandResult.SUCCESS; in handleShellCommandListInputMethods()
[all …]