Home
last modified time | relevance | path

Searched refs:subscriptions (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd3 page.metaDescription=Sell subscriptions to your products to create continuing revenue streams.
22 When users purchase subscriptions in your apps, Google Play handles all
24 transactions. Google Play processes all payments for subscriptions through
39 subscriptions within your apps. This way you can offer users basic or core
41 features or content as subscriptions. You can have multiple subscriptions
46 To get started with subscriptions you need to set-up a Google Wallet <a href=
48 Account</a> from the Developer Console. You then define subscriptions for
59 recommend monthly subscriptions. Annual subscriptions may exceed limits,
69 data-query="collection:distribute/monetize/subscriptions"
Dpremium.jd34 "{@docRoot}distribute/monetize/subscriptions.html">subscriptions</a> or
Dads.jd16 "{@docRoot}distribute/monetize/subscriptions.html">subscription</a> apps.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java163 List<SubscriptionInfo> subscriptions = new ArrayList<>(); in testHasCorrectMobileControllers() local
172 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers()
174 assertTrue(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()
179 subscriptions.add(mockSubInfo); in testHasCorrectMobileControllers()
180 assertFalse(mNetworkController.hasCorrectMobileControllers(subscriptions)); in testHasCorrectMobileControllers()
196 List<SubscriptionInfo> subscriptions = new ArrayList<>(); in testSetCurrentSubscriptions() local
209 subscriptions.add(mockSubInfo); in testSetCurrentSubscriptions()
216 mNetworkController.setCurrentSubscriptions(subscriptions); in testSetCurrentSubscriptions()
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd6 page.tags="subscriptions, billing, inapp, iap"
7 meta.tags="monetization, inappbilling, subscriptions"
17 annual subscriptions.</li>
18 <li>You can manage subscriptions through the Developer Console, or by using
22 <li>Users purchase your subscriptions from inside your apps, rather than
46 implementation to sell subscriptions.</p>
48 specific to subscriptions, along with some strategies for the associated billing
54 recurring, automated billing at the interval you specify. You can sell subscriptions to almost
58 <p>As with other in-app products, you configure and publish subscriptions using
66 <p>When users purchase subscriptions in your apps, Google Play handles all
[all …]
Dindex.jd2 …etaDescription=In-app Billing lets you sell digital content as one-time purchases or subscriptions.
4 meta.tags="monetizing, inappbilling, subscriptions"
18 <li><strong>Seasonal subscriptions</strong>&mdash;You can now set up a
38 …I that is easier to implement and lets you manage in-app products and subscriptions more effective…
61 products and subscriptions from inside an app.</p>
Dgp-purchase-status-api.jd41 purchases and subscriptions, you may find this API very useful.</p>
51 app subscriptions</li>
67 API</a> lets you manage in-app purchases and subscriptions. (This was
105 subscriptions. In addition, with the Subscriptions and In-App Purchases API you
124 …evelopers.google.com/android-publisher/api-ref/purchases/subscriptions">Purchases.subscriptions</a>
202 cache the purchase details for in-app products and subscriptions on your backend
210 subscriptions only at or after the expiration (see below).</li>
215 query each day to check the status of expiring subscriptions, then update the database.
218 <li>Your servers should not query all subscriptions every day.</li>
Dbilling_overview.jd11 recurring subscriptions.</li>
83 href="{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a></li>
108 — <em>managed in-app products</em> and <em>subscriptions</em>. Google Play
109 handles and tracks ownership for in-app products and subscriptions on your
118 one-time purchase and recurring subscriptions. For each item, you can define
146 provides a sample application that demonstrates how to sell in-app products and subscriptions
170 <li>Managed items and subscriptions that you have previously defined in the Developer Console will
Dapi.jd45 …ering In-app Billing</a>. The Version 3 API supports managed in-app products and subscriptions.</p>
53 monthly or annual billing. You can sell subscriptions to almost any type of
55 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app B…
57 subscriptions and retrieving subscription purchase information as with in-app
60 subscriptions cannot be consumed.</p>
Dversions.jd39 <li>Adds support for subscriptions, including free trial period.</li>
Dbilling_integrate.jd319 consumable, but subscriptions are not.</p>
358 <p>To query for active subscriptions, use the {@code getPurchases} method, again
364 <p>The call returns a {@code Bundle} with all the active subscriptions owned by
Dbilling_admin.jd56 subscriptions, or a combination of both. For each item, the product list contains information such …
100 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no…
206 <p class="note"><strong>Note:</strong> Batch upload of product lists containing subscriptions is no…
Dbilling_reference.jd111 subscriptions.</td>
Dbilling_testing.jd137 <li>Test purchases are only supported for in-app products, not for in-app subscriptions.</li>
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd15 purchase in-app items and subscriptions through the Version 2 API</strong>.
46 specific to subscriptions with the Version 2 API. To understand how
47 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app B…
53 subscriptions, an updated Version of the In-app Billing sample app is available.
61 <p>With subscriptions, your app uses the standard In-app Billing application
85 <p>Central to the end-to-end architecture for subscriptions is the purchase
129 subscriptions.</p>
142 indicates that subscriptions are supported.</p>
163 <p>Here’s an example of how to test support for In-App Billing v2 and subscriptions
205 subscriptions are supported, you can present subscription products to the user
[all …]
Dbilling_reference.jd15 purchase in-app items and subscriptions through the Version 2 API</strong>.
436 <h3 id="http-api">REST API for subscriptions</h3>
437 …ckend servers as a way of securely managing subscriptions, as well as extending and integrating su…
Dapi.jd15 purchase in-app items and subscriptions through the Version 2 API</strong>.
103 directly. For more information about subscriptions and how to sell them in your
228 href="{@docRoot}google/play/billing/billing_admin.html#billing-purchase-type">subscriptions</a>.
516 <li>To support subscriptions, version 3.5 or higher of the Google Play app is required. </li>
/frameworks/base/media/java/android/service/media/
DMediaBrowserService.java90 HashSet<String> subscriptions = new HashSet(); field in MediaBrowserService.ConnectionRecord
257 if (!connection.subscriptions.remove(id)) { in removeSubscription()
377 if (connection.subscriptions.contains(parentId)) { in notifyChildrenChanged()
408 final boolean added = connection.subscriptions.add(id); in addSubscription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java429 List<SubscriptionInfo> subscriptions = mSubscriptionManager.getActiveSubscriptionInfoList(); in updateMobileControllers() local
430 if (subscriptions == null) { in updateMobileControllers()
431 subscriptions = Collections.emptyList(); in updateMobileControllers()
434 if (hasCorrectMobileControllers(subscriptions)) { in updateMobileControllers()
441 setCurrentSubscriptions(subscriptions); in updateMobileControllers()
455 void setCurrentSubscriptions(List<SubscriptionInfo> subscriptions) { in setCurrentSubscriptions() argument
456 Collections.sort(subscriptions, new Comparator<SubscriptionInfo>() { in setCurrentSubscriptions()
466 mSignalClusters.get(i).setSubs(subscriptions); in setCurrentSubscriptions()
468 mCurrentSubscriptions = subscriptions; in setCurrentSubscriptions()
473 final int num = subscriptions.size(); in setCurrentSubscriptions()
[all …]
/frameworks/base/docs/html/distribute/googleplay/
Ddeveloper-console.jd378 You can also offer in-app products and subscriptions, whether the app is free
380 subscriptions.
419 You can sell in-app products and subscriptions using <a href=
422 subscriptions are recurring charges on a monthly or annual basis.
431 <li>Create product lists for in-app products and subscriptions.
447 "{@docRoot}distribute/monetize/subscriptions.html">Subscription</a>
Dstart.jd107 If you want to sell priced apps, in-app products, or subscriptions, you’ll
/frameworks/base/docs/html/distribute/essentials/best-practices/
Dapps.jd168 Billing</a> to offer subscriptions to extended features.
/frameworks/base/docs/html/about/
Dindex.jd108 free, with in-app products or subscriptions&mdash;for highest engagement and
/frameworks/base/docs/html/distribute/users/
Dexpand-to-new-markets.jd206 the prices of your products: apps, in-app products, and subscriptions. You
/frameworks/base/docs/html/distribute/tools/
Dlaunch-checklist.jd417 "{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a>
427 priced</strong>). You can also sell in-app products and subscriptions.
460 subscriptions from inside your app. This can help you to monetize the app

12