/frameworks/base/docs/html/distribute/monetize/ |
_book.yaml | 8 - title: Subscriptions 9 path: /distribute/monetize/subscriptions.html
|
subscriptions.jd | 1 page.title=Monetize with Subscriptions 3 page.metaDescription=Sell subscriptions to your products to create continuing revenue streams. 10 In-App Subscriptions 15 Subscriptions provide an excellent opportunity to create continuing revenue 16 streams. Subscriptions are similar to digital goods offered through <a href= 22 When users purchase subscriptions in your apps, Google Play handles all 24 transactions. Google Play processes all payments for subscriptions 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 [all...] |
monetize_toc.cs | 14 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/monetize/subscriptions.html"> 15 <span class="en">Subscriptions</span>
|
premium.jd | 35 "{@docRoot}distribute/monetize/subscriptions.html">subscriptions</a> or
|
/frameworks/base/docs/html/google/play/billing/ |
billing_subscriptions.jd | 1 page.title=In-app Subscriptions 4 page.metaDescription=Create a steady revenue stream by selling subscriptions to your content. 6 page.tags="subscriptions, billing, inapp, iap" 7 meta.tags="monetization, inappbilling, subscriptions" 16 <li><a href="#administering">Configuring Subscriptions Items</a></li> 25 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 40 <li>Subscriptions let you sell products with automated, recurring billin [all...] |
index.jd | 4 meta.tags="monetizing, inappbilling, subscriptions" 31 lower the price of seasonal subscriptions for users who sign up late in the 35 offer free trial periods for all kinds of subscriptions, including 36 seasonal subscriptions. If a user cancels the subscription in the trial 56 <li>Subscriptions (recurring, automated billing)</li> 72 products and subscriptions from inside an app.</p>
|
api.jd | 15 <li><a href="#subs">Subscriptions</a></li> 55 subscriptions. 80 <h3 id="subs">Subscriptions</h3> 85 monthly or annual billing. You can sell subscriptions to almost any type of 87 subscriptions work, see <a href= 89 Subscriptions</a>. 94 subscriptions and retrieving subscription purchase information as with in-app 97 Subscriptions</a>. 101 <strong>Important</strong>: Unlike in-app products, subscriptions cannot be
|
billing_overview.jd | 11 recurring subscriptions.</li> 97 href="{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a>.</li> 123 <em>managed in-app products</em> and <em>subscriptions</em>. Google Play 124 handles and tracks ownership for in-app products and subscriptions for your 135 one-time purchase and recurring subscriptions. You can define 176 provides a sample application that demonstrates how to sell in-app products and subscriptions 202 <li>Managed products and subscriptions that you have previously defined in the
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISub.aidl | 26 * @return a list of all subscriptions in the database, this includes 27 * all subscriptions that have been seen. 33 * @return the count of all subscriptions in the database, this includes 34 * all subscriptions that have been seen. 63 * Get the SubscriptionInfo(s) of the active subscriptions. The records will be sorted 87 * @return the number of active subscriptions 92 * @return the maximum number of subscriptions this device will support at any one time.
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
NetworkControllerSignalTest.java | 58 // No Subscriptions. 103 // No Subscriptions. 208 List<SubscriptionInfo> subscriptions = new ArrayList<>(); local 214 // Generate a list of subscriptions we will tell the NetworkController to use. 217 subscriptions.add(mockSubInfo); 219 assertTrue(mNetworkController.hasCorrectMobileControllers(subscriptions)); 224 subscriptions.add(mockSubInfo); 225 assertFalse(mNetworkController.hasCorrectMobileControllers(subscriptions)); 241 List<SubscriptionInfo> subscriptions = new ArrayList<>(); local 250 // Generate a list of subscriptions we will tell the NetworkController to use [all...] |
/frameworks/base/docs/html/google/play/ |
developer-api.jd | 15 <li><a href="#subscriptions_api_overview">Subscriptions and In-App 43 purchases and subscriptions, you may find this API very useful.</p> 53 app subscriptions</li> 66 <li>The <a href="#subscriptions_api_overview">Subscriptions and In-App Purchases 67 API</a> lets you manage in-app purchases and subscriptions. (This was 102 <h2 id="subscriptions_api_overview">Subscriptions and In-App Purchases API</h2> 105 subscriptions. In addition, with the Subscriptions and In-App Purchases API you 119 <p class="note"><strong>Note:</strong> The Subscriptions and In-App 124 and <a href="https://developers.google.com/android-publisher/api-ref/purchases/subscriptions">Purchases.subscriptions</a [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
SelfParticipantsData.java | 35 * {@link ParticipantData#DEFAULT_SELF_SUB_ID}) subscriptions. 54 * Gets the list of self participants for all subscriptions.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkControllerImpl.java | 288 // When there are no active subscriptions, determine emengency state from last 390 // Might have different subscriptions now. 395 // If none of the subscriptions are active, we might need to recalculate 443 List<SubscriptionInfo> subscriptions = mSubscriptionManager.getActiveSubscriptionInfoList(); local 444 if (subscriptions == null) { 445 subscriptions = Collections.emptyList(); 447 // If there have been no relevant changes to any of the subscriptions, we can leave as is. 448 if (hasCorrectMobileControllers(subscriptions)) { 455 setCurrentSubscriptions(subscriptions); 470 void setCurrentSubscriptions(List<SubscriptionInfo> subscriptions) { [all...] |
/packages/apps/Settings/src/com/android/settings/datausage/ |
DataUsageSummary.java | 99 List<SubscriptionInfo> subscriptions = local 101 if (subscriptions == null || subscriptions.size() == 0) { 104 for (int i = 0; subscriptions != null && i < subscriptions.size(); i++) { 105 addMobileSection(subscriptions.get(i).getSubscriptionId());
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 205 * points then potentially we could be expected to handle subscriptions for 251 * use for constructing UUIDs for subscriptions. Presumably any method from 473 if (dl_list_empty(&sm->subscriptions)) { 520 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, 552 /* subscription_list_age -- remove expired subscriptions */ 556 dl_list_for_each_safe(s, tmp, &sm->subscriptions, 574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) { 700 /* Get rid of expired subscriptions so we have room */ 703 /* If too many subscriptions, remove oldest */ 704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) [all...] |
wps_upnp_i.h | 139 /* Note: subscriptions are kept in expiry order */ 140 struct dl_list subscriptions; member in struct:upnp_wps_device_sm
|
/external/libnl/include/netlink/ |
netlink-kernel.h | 19 /** Multicast group subscriptions */
|
/frameworks/base/media/java/android/service/media/ |
MediaBrowserService.java | 113 HashMap<String, List<Pair<IBinder, Bundle>>> subscriptions = new HashMap<>(); field in class:MediaBrowserService.ConnectionRecord 198 // Clear out the old subscriptions. We are getting new ones. 242 // Clear out the old subscriptions. We are getting new ones. 550 connection.subscriptions.get(parentId); 587 List<Pair<IBinder, Bundle>> callbackList = connection.subscriptions.get(id); 598 connection.subscriptions.put(id, callbackList); 608 return connection.subscriptions.remove(id) != null; 611 List<Pair<IBinder, Bundle>> callbackList = connection.subscriptions.get(id); 620 connection.subscriptions.remove(id);
|
/frameworks/base/telephony/java/android/telephony/ |
DataConnectionRealTimeInfo.java | 25 * TODO: How to handle multiple subscriptions?
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
TelephonyManagerUtils.java | 70 // TODO: Check the telephony manager's subscriptions to see if any support video calls.
|
/external/curl/tests/data/ |
test1123 | 82 <subscriptions>323</subscriptions>
|
test222 | 81 <subscriptions>323</subscriptions>
|
/external/iproute2/include/ |
libnetlink.h | 29 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) 32 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
|
/external/iproute2/man/man3/ |
libnetlink.3 | 14 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) 61 .B subscriptions
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
connection.py | 52 'Subscriptions': ('2013-07-01', 'SellerId', 53 '/Subscriptions/2013-07-01'), [all...] |