HomeSort by relevance Sort by last modified time
    Searched full:subscription (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /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...]
SubscriptionEvent.java 29 * Construct an event with no subscription id's. This can
30 * occur when there is only one subscription to a node. The
31 * event may or may not report the subscription id along
45 * @param subscriptionIds The list of subscription id's
58 * @return List of subscription id's
66 * Set the list of subscription id's for this event.
68 * @param subscriptionIds The list of subscription id's
SubscriptionsExtension.java 20 * Represents the element holding the list of subscription elements.
26 protected List<Subscription> items = Collections.EMPTY_LIST;
33 public SubscriptionsExtension(List<Subscription> subList)
47 public SubscriptionsExtension(String nodeId, List<Subscription> subList)
60 public List<Subscription> getSubscriptions()
85 for (Subscription item : items)
Node.java 137 * @return List of {@link Subscription}
141 public List<Subscription> getSubscriptions()
153 * Please note that the {@link Subscription.State} should be checked
155 * {@link Subscription.State#pending} - The owner must approve the subscription
157 * {@link Subscription.State#unconfigured} - If the {@link Subscription#isConfigRequired()} is true,
158 * the caller must configure the subscription before messages will be received. If it is false
161 * @return The subscription
164 public Subscription subscribe(String jid)
    [all...]
AccessModel.java 27 /** Subscription request must be approved and only subscribers may retrieve items */
30 /** Anyone with a presence subscription of both or from may subscribe and retrieve items */
  /frameworks/base/docs/html/google/play/billing/
billing_subscriptions.jd 14 <li>You can offer a configurable trial period for any subscription.</li>
40 <p>A <em>subscription</em> is a product type offered in In-app Billing that
47 Android devices. In the Developer console, you create subscription
51 <a href="#administering">Configuring Subscription Items</a>.</p>
64 about handling user cancellations, see <a href="#cancellation">Subscription Cancellation</a>.</p>
67 In-app Billing to provide subscription purchasers with extended access to
69 The server-side API lets you validate the status of a subscription when users
78 already purchased a subscription elsewhere, then allow access to your content if
79 so or offer a subscription purchase from Google Play if not.</li>
82 subscription that gives a subscriber access to an entire collection of apps,
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/provider/
SubscriptionProvider.java 18 import org.jivesoftware.smackx.pubsub.Subscription;
22 * Parses the <b>subscription</b> element out of the pubsub IQ message from
23 * the server as specified in the <a href="http://xmpp.org/extensions/xep-0060.html#schemas-pubsub">subscription schema</a>.
34 String state = parser.getAttributeValue(null, "subscription");
49 return new Subscription(jid, nodeId, subId, (state == null ? null : Subscription.State.valueOf(state)), isRequired);
SubscriptionsProvider.java 21 import org.jivesoftware.smackx.pubsub.Subscription;
35 return new SubscriptionsExtension(attributeMap.get("node"), (List<Subscription>)content);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 32 * Class that handles the CDMA subscription source changed events from RIL
41 public static final int SUBSCRIPTION_FROM_RUIM = 0; /* CDMA subscription from RUIM */
42 public static final int SUBSCRIPTION_FROM_NV = 1; /* CDMA subscription from NV */
54 // Type of CDMA subscription source
125 * Returns the current CDMA subscription source value
126 * @return CDMA subscription source value
133 * Gets the default CDMA subscription source
135 * @return Default CDMA subscription source from Settings DB if present.
145 * Clients automatically register for CDMA subscription source changed event
154 * Handles the call to get the subscription sourc
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 79 struct subscription { struct
82 time_t timeout_time; /* when to age out the subscription */
85 * This uuid identifies the subscription and is randomly generated by
86 * us and given to the subscriber when the subscription is accepted;
153 struct subscription * subscription_start(struct upnp_wps_device_sm *sm,
155 struct subscription * subscription_renew(struct upnp_wps_device_sm *sm,
157 void subscription_destroy(struct subscription *s);
158 struct subscription * subscription_find(struct upnp_wps_device_sm *sm,
182 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
183 void event_delete_all(struct subscription *s)
    [all...]
wps_upnp_ap.c 21 struct subscription *s = eloop_ctx;
30 struct subscription *s,
81 struct subscription *s)
  /external/kernel-headers/original/linux/can/
bcm.h 44 RX_SETUP, /* create RX content filter subscription */
45 RX_DELETE, /* remove RX content filter subscription */
46 RX_READ, /* read properties of RX content filter subscription */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 19 * @brief Media readers and codecs subscription
20 * @note This file implements the subscription of supported media
41 /*| reader subscription |*/
67 /*| video decoder subscription |*/
77 /*| writer subscription |*/
115 /*| video encoder subscription |*/
167 /*| reader subscription |*/
227 /*| video decoder subscription |*/
267 /*| audio decoder subscription |*/
325 /*| writer subscription |*/
    [all...]
  /frameworks/base/drm/java/android/drm/
ProcessedData.java 48 * @param subscriptionId Subscription ID of the user.
75 * Returns the subscription ID associated with this object.
77 * @return The subscription ID of the user.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
subscribe.h 34 /** \page subscribe Event Subscription
49 * Daemon introspection event subscription subsystem. */
53 /** Subscription event callback prototype */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
subscribe.h 34 /** \page subscribe Event Subscription
49 * Daemon introspection event subscription subsystem. */
53 /** Subscription event callback prototype */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
subscribe.h 34 /** \page subscribe Event Subscription
49 * Daemon introspection event subscription subsystem. */
53 /** Subscription event callback prototype */
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 12 // that is used in Chrome OS activate modem and perform plan subscription tasks.
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 7 String NAME = "Subscription-State";
  /external/qemu/distrib/sdl-1.2.15/
BUGS 11 You may also find help at the SDL mailing list. Subscription information:
  /frameworks/av/include/drm/
DrmRights.h 41 * @param[in] subscriptionId Subscription Id of the user
54 * @param[in] subscriptionId Subscription Id of the user
89 * Returns the subscription-id associated with this object
91 * @return Subscription Id
  /frameworks/base/docs/html/google/play/billing/v2/
billing_subscriptions.jd 14 <li><a href="purchase">Purchasing a Subscription</a></li>
16 <li><a href="#validity">Checking Subscription Validity</a></li>
66 subscription ID. Google Play generates the purchase token when the user
67 completes the purchase of a subscription product (and payment is approved by
75 subscription purchase, the token is available in the <code>purchaseToken</code>
78 <p>An example of a JSON order object that includes a subscription purchase token
96 status or cancel the subscription remotely. If your app will store the token
181 <h2 id="purchase">Requesting a Subscription Purchase</h2>
184 subscriptions are supported, you can present subscription products to the user
185 for purchase. When the user has selected a subscription product and initiated
    [all...]
  /external/smack/src/org/jivesoftware/smack/
RosterEntry.java 48 * @param type the subscription type.
49 * @param status the subscription status (related to subscriptions pending to be approbed).
101 * @param type the subscription type.
102 * @param status the subscription status (related to subscriptions pending to be approbed).
128 * Returns the roster subscription type of the entry. When the type is
130 * refer to {@link RosterEntry getStatus()} to see if a subscription request
140 * Returns the roster subscription status of the entry. When the status is
142 * subscription request.
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.cc 73 notifier::Subscription subscription; local
74 subscription.channel = kSyncNotificationChannel;
78 subscription.from = email;
79 talk_mediator_->AddSubscription(subscription);
  /external/smack/src/org/jivesoftware/smack/packet/
PrivacyItem.java 24 * subscription type or globally by:<ul>
38 /** rule hold the kind of communication ([jid|group|subscription]) it will allow or block and
43 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
199 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
212 * It MUST be filled with one of these values: jid, group or subscription.
230 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
309 * It holds the kind of communication ([jid|group|subscription]) it will allow or block and
315 * Type defines if the rule is based on JIDs, roster groups or presence subscription types.
316 * Available values are: [jid|group|subscription]
324 * If the type is "subscription", then the 'value' attribute MUST be one of "both", "to",
460 subscription enum constant in enum:PrivacyItem.Type
    [all...]

Completed in 461 milliseconds

1 2 3 4 5 6