Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDicttool.java99 private static boolean isCommand(final String commandName) { in isCommand() method in Dicttool
105 if (!isCommand(commandName)) { in getCommand()