/external/smack/src/org/jivesoftware/smackx/pubsub/ |
SubscriptionsExtension.java | 29 * Subscriptions to the root node
31 * @param subList The list of subscriptions
35 super(PubSubElementType.SUBSCRIPTIONS);
42 * Subscriptions to the specified node.
45 * @param subList The list of subscriptions
49 super(PubSubElementType.SUBSCRIPTIONS, nodeId);
56 * Gets the list of subscriptions.
58 * @return List of subscriptions
|
ItemDeleteEvent.java | 31 * subscriptions. The subscriptions would have been created by calling
36 * @param subscriptionIds The subscriptions that match the event.
60 return getClass().getName() + " [subscriptions: " + getSubscriptions() + "], [Deleted Items: " + itemIds + ']';
|
SubscriptionEvent.java | 20 * Base class to represents events that are associated to subscriptions.
42 * Construct an event with multiple subscriptions.
56 * Get the subscriptions this event is associated with.
|
ItemPublishEvent.java | 46 * represents the subscriptions that matched the event, in the case
47 * of the user having multiple subscriptions.
63 * represents the subscriptions that matched the event, in the case
64 * of the user having multiple subscriptions.
119 return getClass().getName() + " [subscriptions: " + getSubscriptions() + "], [Delayed: " +
|
PubSubElementType.java | 46 SUBSCRIPTIONS("subscriptions", PubSubNamespace.BASIC),
|
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_subscribe_task_unittest.cc | 35 SubscriptionList subscriptions; local 40 subscriptions.push_back(subscription); 43 subscriptions.push_back(subscription); 46 subscriptions, jid_, task_id_));
|
fake_push_client.cc | 24 const SubscriptionList& subscriptions) { 25 subscriptions_ = subscriptions; 59 const SubscriptionList& FakePushClient::subscriptions() const { function in class:notifier::FakePushClient
|
non_blocking_push_client_unittest.cc | 68 SubscriptionList subscriptions(10); 69 subscriptions[0].channel = "channel"; 70 subscriptions[9].from = "from"; 72 push_client_->UpdateSubscriptions(subscriptions); 73 EXPECT_TRUE(fake_push_client_->subscriptions().empty()); 77 fake_push_client_->subscriptions(), subscriptions));
|
fake_push_client.h | 28 const SubscriptionList& subscriptions) OVERRIDE; 43 const SubscriptionList& subscriptions() const;
|
push_notifications_subscribe_task.h | 30 const SubscriptionList& subscriptions, 42 const SubscriptionList& subscriptions,
|
push_notifications_subscribe_task.cc | 24 const SubscriptionList& subscriptions, 27 subscriptions_(subscriptions), delegate_(delegate) { 79 const SubscriptionList& subscriptions, 98 subscriptions.begin(); iter != subscriptions.end(); ++iter) {
|
non_blocking_push_client.cc | 38 void UpdateSubscriptions(const SubscriptionList& subscriptions); 95 const SubscriptionList& subscriptions) { 98 delegate_push_client_->UpdateSubscriptions(subscriptions); 187 const SubscriptionList& subscriptions) { 192 core_.get(), subscriptions));
|
xmpp_push_client.cc | 44 // Send subscriptions. 115 const SubscriptionList& subscriptions) { 117 subscriptions_ = subscriptions;
|
non_blocking_push_client.h | 48 const SubscriptionList& subscriptions) OVERRIDE;
|
/external/chromium_org/sync/notifier/ |
push_client_channel.cc | 27 notifier::SubscriptionList subscriptions; local 28 subscriptions.push_back(subscription); 29 push_client_->UpdateSubscriptions(subscriptions);
|
push_client_channel_unittest.cc | 59 TEST_F(PushClientChannelTest, Subscriptions) { 63 fake_push_client_->subscriptions(),
|
/frameworks/base/docs/html/google/play/billing/ |
billing_subscriptions.jd | 1 page.title=Subscriptions 10 <li>Users purchase your subscriptions from inside your apps, rather than 12 <li>Subscriptions let you sell products with automated, recurring billing 20 <li><a href="#administering">Configuring Subscriptions Items</a></li> 26 <li><a href="{@docRoot}google/play/billing/billing_integrate.html#Subs">Implementing Subscriptions (V3)</a></li> 32 <p>Subscriptions let you sell content, services, or features in your app with 34 implementation to sell subscriptions.</p> 36 specific to subscriptions, along with some strategies for the associated billing 39 <h2 id="overview">Overview of Subscriptions</h2> 42 recurring monthly or annual billing. You can sell subscriptions to almost any [all...] |
index.jd | 14 <li><strong>In-app Billing Version 3</strong>—The <a href="{@docRoot}google/play/billing/api.html">latest version</a> of In-app Billing features a synchronous API that is easier to implement and lets you manage in-app products and subscriptions more effectively.</li> 15 <li><strong>Subscriptions now supported in Version 3</strong>—You can query and launch purchase flows for subscription items using the V3 API.</li> 16 <li><strong>Free trials</strong>—You can now offer users a configurable <a href="/google/play/billing/v2/billing_subscriptions.html#trials">free trial period</a> for your in-app subscriptions. You can set up trials with a simple change in the Developer Console—no change to your app code is needed.</li> 23 <li>Subscriptions, (recurring, automated billing)</li> 39 products and subscriptions from inside an app.</p>
|
billing_overview.jd | 11 recurring subscriptions.</li> 73 href="{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a></li> 98 ? <em>managed in-app products</em> and <em>subscriptions</em>. Google Play 99 handles and tracks ownership for in-app products and subscriptions on your 108 one-time purchase and recurring subscriptions. For each item, you can define 143 provides a sample application that demonstrates how to sell in-app products and subscriptions 165 <li>Managed items and subscriptions that you have previously defined in the Developer Console will
|
api.jd | 14 <li><a href="#subs">Subscriptions</a><li> 44 href="{@docRoot}google/play/billing/billing_admin.html">Administering In-app Billing</a>. The Version 3 API supports managed in-app products and subscriptions.</p> 49 <h3 id="subs">Subscriptions</h3> 52 monthly or annual billing. You can sell subscriptions to almost any type of 54 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app Billing Subscriptions</a>.</p> 56 subscriptions and retrieving subscription purchase information as with in-app 57 products. For a code example, see <a href="{@docRoot}google/play/billing/billing_integrate.html#Subs">Implementing Subscriptions</a>.</p> 59 subscriptions cannot be consumed.</p>
|
gp-purchase-status-api.jd | 26 subscriptions, as well as extending and integrating them with other services.</p> 43 <p>For subscriptions, in addition to querying for order status and expiration, 141 cache the purchase details for in-app products and subscriptions on your backend 149 subscriptions only at or after the expiration (see below).</li> 154 query each day to check the status of expiring subscriptions, then update the database. 157 <li>Your servers should not query all subscriptions every day.</li>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_subscriptions.jd | 1 page.title=Implementing Subscriptions <span style="font-size:16px;">(IAB Version 2)</span> 19 <li><a href="#modifying">Modifying Your App for Subscriptions</a></li> 25 specific to subscriptions with the Version 2 API. To understand how 26 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app Billing Subscriptions</a>.</p> 32 subscriptions, an updated Version of the In-app Billing sample app is available. 40 <p>With subscriptions, your app uses the standard In-app Billing application 64 <p>Central to the end-to-end architecture for subscriptions is the purchase 104 <p>Subscriptions support is available only in versions of Google Play that 108 subscriptions.</p [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
SubscriptionsProvider.java | 25 * Parses the <b>subscriptions</b> element out of the pubsub IQ message from
26 * the server as specified in the <a href="http://xmpp.org/extensions/xep-0060.html#schemas-pubsub">subscriptions schema</a>.
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
console.jd | 121 <p>In addition, you can sell in-app products and subscriptions in your app, 123 in-app products, and subscriptions.</p> 125 <p>If you are selling a priced app or in-app products or subscriptions, the 147 in-app products and subscriptions. In-app products are one-time purchases, while 148 subscriptions are recurring charges on an monthly or annual basis.</p> 151 products and subscriptions, set prices, and publish.</p>
|
/external/iproute2/include/ |
libnetlink.h | 23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions); 24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
|