/external/chromium_org/jingle/notifier/listener/ |
push_client.h | 43 virtual void UpdateSubscriptions(const SubscriptionList& subscriptions) = 0;
|
xmpp_push_client.h | 50 const SubscriptionList& subscriptions) OVERRIDE;
|
/frameworks/base/docs/html/distribute/ |
index.jd | 25 <li><h5>Build Your Business</h5> Sell your app in over 130 countries. Flexible monetization options with in-app purchase, subscriptions, and more. <br />
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
monetizing.jd | 12 in-app purchase, subscriptions, and more. </p> 29 subscriptions, and other digital content.</p> 90 sell one-time purchases and auto-renewing subscriptions from inside the app, and 100 <li>In-app products and subscriptions</li> 114 <p>For details about in-app products or subscriptions,
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 205 * points then potentially we could be expected to handle subscriptions for 249 * use for constructing UUIDs for subscriptions. Presumably any method from 485 if (dl_list_empty(&sm->subscriptions)) { 532 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, 564 /* subscription_list_age -- remove expired subscriptions */ 568 dl_list_for_each_safe(s, tmp, &sm->subscriptions, 586 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) { 708 /* Get rid of expired subscriptions so we have room */ 711 /* If too many subscriptions, remove oldest */ 712 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) [all...] |
wps_upnp_i.h | 140 /* Note: subscriptions are kept in expiry order */ 141 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubManager.java | 202 * Gets the subscriptions on the root node.
211 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS));
212 SubscriptionsExtension subElem = (SubscriptionsExtension)reply.getExtension(PubSubElementType.SUBSCRIPTIONS.getElementName(), PubSubElementType.SUBSCRIPTIONS.getNamespace().getXmlns());
|
Node.java | 135 * Get the subscriptions currently associated with this node.
144 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS, getId()));
145 SubscriptionsExtension subElem = (SubscriptionsExtension)reply.getExtension(PubSubElementType.SUBSCRIPTIONS);
198 * work if there is only 1 subscription. If there are multiple subscriptions,
226 * Returns a SubscribeForm for subscriptions, from which you can create an answer form to be submitted
|
ConfigureForm.java | 575 * Determines if subscriptions are allowed.
577 * @return true if subscriptions are allowed, false otherwise
585 * Sets whether subscriptions are allowed.
|
ConfigureNodeFields.java | 192 * Whether to allow subscriptions
|
/external/iproute2/man/man3/ |
libnetlink.3 | 14 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) 60 .B subscriptions
|
/external/smack/src/org/jivesoftware/smack/ |
RosterEntry.java | 49 * @param status the subscription status (related to subscriptions pending to be approbed). 102 * @param status the subscription status (related to subscriptions pending to be approbed).
|
/frameworks/base/docs/html/google/play/billing/v2/ |
api.jd | 36 subscriptions, where Version 3 does not yet offer support for subscriptions. If 37 you want to sell subscriptions in your app, you should implement In-app Billing 40 <p>If you do not need to sell subscriptions, you 79 <li><em>Subscriptions</em> — Items that are sold with a 87 <p>Subscriptions can only be sold using the "managed per user account" purchase 90 directly. For more information about subscriptions and how to sell them in your 91 apps, see the <a href="{@docRoot}google/play/billing/v2/billing_subscriptions.html">Subscriptions</a> 215 href="{@docRoot}google/play/billing/billing_admin.html#billing-purchase-type">subscriptions</a>. 504 To support subscriptions, version 3.5 or higher of the Google Play app is required. On device [all...] |
billing_reference.jd | 13 <li><a href="#http-api">REST API for Subscriptions</a></li> 415 <h3 id="http-api">REST API for subscriptions</h3> 416 <p>Google Play offers an HTTP-based API that you can use to remotely query the validity of a specific subscription at any time or cancel a subscription. The API is designed to be used from your backend servers as a way of securely managing subscriptions, as well as extending and integrating subscriptions with other services. See <a href="{@docRoot}google/play/billing/gp-purchase-status-api.html">Purchase Status API</a> for more information.</p>
|
/external/chromium_org/chrome/browser/extensions/error_console/ |
error_console.h | 81 // Disable the error console, removing the subscriptions to notifications and
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab_10_publishing.html | 19 <li> Payments and subscriptions are built in.</li>
|
google_wallet.html | 185 <a href="https://developers.google.com/commerce/wallet/digital/docs/subscriptions">subscriptions</a>
|
/external/iproute2/lib/ |
libnetlink.c | 38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, 64 rth->local.nl_groups = subscriptions; 87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) 89 return rtnl_open_byproto(rth, subscriptions, NETLINK_ROUTE);
|
/frameworks/base/docs/html/google/play/billing/ |
versions.jd | 38 <li>Adds support for subscriptions, including free trial period.</li>
|
/frameworks/base/docs/html/google/ |
google_toc.cs | 108 <span class="en">Subscriptions</span></a></li> 114 <span class="en">Subscriptions</span></a>
|
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/ |
libjingleplus.h | 97 /* Subscriptions */
|
/external/libpcap/ |
CREDITS | 66 Mark Pizzolato <List-tcpdump-workers@subscriptions.pizzolato.net>
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
register.jd | 64 <p>If you want to sell products on Google Play — priced apps, in-app products, or subscriptions — you will also need to set up a Google Wallet Merchant Account. You can do that at any time, but make sure to first review the list of <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324">merchant countries</a>.</p>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq.h | 219 #define SND_SEQ_PORT_CAP_SYNC_READ (1<<2) /**< allow read subscriptions */ 220 #define SND_SEQ_PORT_CAP_SYNC_WRITE (1<<3) /**< allow write subscriptions */ 357 SND_SEQ_QUERY_SUBS_READ, /**< query read subscriptions */ 358 SND_SEQ_QUERY_SUBS_WRITE /**< query write subscriptions */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq.h | 219 #define SND_SEQ_PORT_CAP_SYNC_READ (1<<2) /**< allow read subscriptions */ 220 #define SND_SEQ_PORT_CAP_SYNC_WRITE (1<<3) /**< allow write subscriptions */ 357 SND_SEQ_QUERY_SUBS_READ, /**< query read subscriptions */ 358 SND_SEQ_QUERY_SUBS_WRITE /**< query write subscriptions */
|