Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smackx/commands/
DAdHocCommand.java306 protected void setExecuteAction(Action action) { in setExecuteAction() method in AdHocCommand
307 data.setExecuteAction(action); in setExecuteAction()
/external/smack/src/org/jivesoftware/smackx/packet/
DAdHocCommandData.java235 public void setExecuteAction(Action executeAction) { in setExecuteAction() method in AdHocCommandData
/external/smack/src/org/jivesoftware/smackx/provider/
DAdHocCommandDataProvider.java85 adHocCommandData.setExecuteAction(AdHocCommand.Action.valueOf(execute)); in parseIQ()