Home
last modified time | relevance | path

Searched defs:commandName (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDicttool.java76 public static void addCommand(final String commandName, final Class<? extends Command> cls) { in addCommand()
80 private static Command getCommandInstance(final String commandName) { in getCommandInstance()
99 private static boolean isCommand(final String commandName) { in isCommand()
104 final String commandName = arguments[0]; in getCommand() local