HomeSort by relevance Sort by last modified time
    Searched defs:getSearchForm (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smackx/search/
UserSearchManager.java 41 * Form searchForm = search.getSearchForm();
72 public Form getSearchForm(String searchService) throws XMPPException {
73 return userSearch.getSearchForm(con, searchService);
UserSearch.java 68 public Form getSearchForm(Connection con, String searchService) throws XMPPException {
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptSearchManager.java 34 * {@link #getSearchForm(String)} or to submit a search form and return the results of
55 public Form getSearchForm(String serviceJID) throws XMPPException {

Completed in 39 milliseconds