OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommandInstance
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Dicttool.java
41
private static Command
getCommandInstance
(final String commandName) {
55
System.out.println(
getCommandInstance
(commandName).getHelp());
69
final Command command =
getCommandInstance
(commandName);
/external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommandManager.java
688
command = (LocalCommand) commandInfo.
getCommandInstance
();
735
public LocalCommand
getCommandInstance
() throws InstantiationException,
Completed in 140 milliseconds