Searched defs:activeName (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DPrivacy.java44 /** activeName is the name associated with the active list set for the session **/
45 private String activeName; field in class:Privacy
182 return activeName;
189 * @param activeName is the name of the active list.
191 public void setActiveName(String activeName) { argument
192 this.activeName = activeName;

Completed in 138 milliseconds