Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java6269 final String imeCommand = TextUtils.emptyIfNull(getNextArg()); in onCommandWithSystemIdentity() local
6270 switch (imeCommand) { in onCommandWithSystemIdentity()
6288 getOutPrintWriter().println("Unknown command: " + imeCommand); in onCommandWithSystemIdentity()