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

  /external/chromium_org/jingle/notifier/listener/
notification_defines.cc 16 Subscription::Subscription() {}
17 Subscription::~Subscription() {}
19 bool Subscription::Equals(const Subscription& other) const {
notification_defines.h 13 struct Subscription {
14 Subscription();
15 ~Subscription();
16 bool Equals(const Subscription& other) const;
26 typedef std::vector<Subscription> SubscriptionList;
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Subscription.java 17 * Represents a subscription to node for both requests and replies.
21 public class Subscription extends NodeExtension
34 * Used to constructs a subscription request to the root node with the specified
39 public Subscription(String subscriptionJid)
45 * Used to constructs a subscription request to the specified node with the specified
51 public Subscription(String subscriptionJid, String nodeId)
57 * Constructs a representation of a subscription reply to the specified node
58 * and JID. The server will have supplied the subscription id and current state.
62 * @param subscriptionId The id of this subscription
63 * @param state The current state of the subscription
    [all...]

Completed in 197 milliseconds