/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...] |
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_subscribe_task_unittest.cc | 37 Subscription subscription; local 38 subscription.channel = "test_channel1"; 39 subscription.from = "from.test.com"; 40 subscriptions.push_back(subscription); 41 subscription.channel = "test_channel2"; 42 subscription.from = "from.test2.com"; 43 subscriptions.push_back(subscription);
|
notification_defines.h | 13 struct Subscription { 14 Subscription(); 15 ~Subscription(); 16 bool Equals(const Subscription& other) const; 26 typedef std::vector<Subscription> SubscriptionList;
|
notification_defines.cc | 16 Subscription::Subscription() {} 17 Subscription::~Subscription() {} 19 bool Subscription::Equals(const Subscription& other) const {
|
push_notifications_subscribe_task.cc | 42 DVLOG(1) << "Push notifications: Subscription task started."; 47 DVLOG(1) << "Push notifications: Subscription stanza: " 59 DVLOG(1) << "Push notifications: Subscription response received."; 65 DVLOG(1) << "Push notifications: Subscription response: " 67 // We've receieved a response to our subscription request. 87 // Create the subscription stanza using the notifications protocol.
|
/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);
|
/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/chromium_org/content/browser/renderer_host/ |
gpu_message_filter.cc | 119 linked_ptr<FrameSubscription> subscription( 121 BeginFrameSubscriptionInternal(subscription); 260 linked_ptr<FrameSubscription> subscription) { 261 if (!subscription->surface_id) { 263 subscription->surface_id = surface_tracker->LookupSurfaceForRenderer( 264 render_process_id_, subscription->route_id); 266 // If the surface ID cannot be found this subscription is dropped. 267 if (!subscription->surface_id) 270 frame_subscription_list_.push_back(subscription); 280 host->BeginFrameSubscription(subscription->surface_id [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...] |