Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDicttool.java80 private static Command getCommandInstance(final String commandName) { in getCommandInstance() method in Dicttool
94 System.out.println(getCommandInstance(commandName).getHelp()); in help()
108 final Command command = getCommandInstance(commandName); in getCommand()