HomeSort by relevance Sort by last modified time
    Searched refs:PresenceState (Results 1 - 4 of 4) 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)
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.h 95 enum PresenceState {online, away};
96 void BroadcastPresence(PresenceState state);
chatapp.cc 80 void ChatApp::BroadcastPresence(PresenceState state) {

Completed in 2903 milliseconds