Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java222 @IntDef({ShellCommandResult.SUCCESS, ShellCommandResult.FAILURE})
5299 @ShellCommandResult
5318 @ShellCommandResult
5437 @ShellCommandResult
5451 @ShellCommandResult
5508 @ShellCommandResult
5527 return hasFailed ? ShellCommandResult.FAILURE : ShellCommandResult.SUCCESS; in handleShellCommandEnableDisableInputMethod()
5638 @ShellCommandResult
5670 return hasFailed ? ShellCommandResult.FAILURE : ShellCommandResult.SUCCESS; in handleShellCommandSetInputMethod()
5679 @ShellCommandResult
[all …]