Searched refs:PresenceState (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPresenceState.java22 public enum PresenceState enum
H A DSubscribeForm.java174 * 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/
H A Dchatapp.h95 enum PresenceState {online, away}; enum in class:ChatApp
96 void BroadcastPresence(PresenceState state);
H A Dchatapp.cc80 void ChatApp::BroadcastPresence(PresenceState state) {

Completed in 106 milliseconds