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

  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 22 public enum PresenceState
SubscribeForm.java 174 * Gets the {@link PresenceState} for which an entity wants to receive
179 public Iterator<PresenceState> getShowValues()
181 ArrayList<PresenceState> result = new ArrayList<PresenceState>(5);
187 result.add(PresenceState.valueOf(state));
193 * Sets the list of {@link PresenceState} for which an entity wants
198 public void setShowValues(Collection<PresenceState> stateValues)
202 for (PresenceState state : stateValues)

Completed in 604 milliseconds