Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/frameworks/base/docs/html/training/in-app-billing/
Dindex.jd1 page.title=Selling In-app Products
6 next.title=Preparing Your In-app Billing Application
22 <li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
28 <p>In this class, you'll learn how to perform common In-app Billing operations from Android applica…
29In-app billing is a service hosted on Google Play that lets you charge for digital content or for …
30 …ref="{@docRoot}google/play/billing/v2/billing_integrate.html">Implementing In-App Billing (V2)</a>…
39 <dt><b><a href="preparing-iab-app.html">Preparing Your In-app Billing Application</a></b></dt>
40In this lesson, you will learn how to prepare your application to use the In-app Billing API and c…
41 <dt><b><a href="list-iab-products.html">Establishing In-app Billing Products for Sale</a></b></dt>
42 …<dd>In this lesson, you will learn how to specify the In-app Billing products for your app in Goog…
[all …]
Dpreparing-iab-app.jd1 page.title=Preparing Your In-app Billing Application
2 parent.title=Selling In-app Products
6 next.title=Establishing In-app Billing Products for Sale
19 <li><a href="#AddLibrary">Add the In-app Billing Library</a></li>
26 <li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
41In-app Billing service, you'll need to add the library that contains the In-app Billing Version 3 …
44In this training class, you will use a reference implementation for the In-app Billing Version 3 A…
64 <p>The Google Play Developer Console is where you publish your In-app Billing application and mana…
69 <li>In the <strong>All Applications</strong> tab, add a new application entry.
72 <li>Enter a name for your new In-app Billing application.</li>
[all …]
Dlist-iab-products.jd1 page.title=Establishing In-app Billing Products for Sale
2 parent.title=Selling In-app Products
6 previous.title=Preparing Your In-app Billing Application
8 next.title=Purchasing In-app Billing Products
18 <li><a href="#DefineProducts">Specify In-app Products in Google Play</a></li>
19 <li><a href="#QueryDetails">Query In-app Product Details</a></li>
24 <li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
32 <p>Before publishing your In-app Billing application, you'll need to define the product list of dig…
34 <h2 id="DefineProducts">Specify In-app Products in Google Play</h2>
39 <li>Build a signed APK file for your In-app Billing application. To learn how to build and sign you…
[all …]
Dtest-iab-app.jd1 page.title=Testing Your In-app Billing Application
2 parent.title=Selling In-app Products
6 previous.title=Purchasing In-app Billing Products
22 <li><a href="{@docRoot}google/play/billing/billing_testing.html">Testing In-app Billing</a></li>
28 <p>To ensure that In-app Billing is functioning correctly in your application, you should test the …
31In-app Billing application with static responses by using Google Play’s reserved product IDs.By us…
35 <p>To test your In-app Billing Version 3 application using your own product IDs:
37 <li>In the Developer Console, add one or more tester accounts to the developer account that you are…
42 <li>Build a signed APK file for your In-app Billing application. To learn how to build and sign you…
44 … with an error message “This version of the application is not enabled for In-app Billing.”</p></l…
[all …]
Dpurchase-iab-products.jd1 page.title=Purchasing In-app Billing Products
2 parent.title=Selling In-app Products
6 previous.title=Establishing In-app Billing Products for Sale
8 next.title=Testing Your In-app Billing Application
25 <li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
54 …ted successfully, and whether the user purchased gas or a premium upgrade. In this example, gas is…
78 … data is cached locally by Google Play’s In-app Billing service. It is good practice to frequently…
86 …ed in an {@code Inventory} object that is passed back to the listener. The In-app Billing service …
107 <p>You can use the In-app Billing Version 3 API to track the ownership of purchased items in Google…
111 <p>In this example, you want to consume the gas item that the user has previously purchased in your…
[all …]
/frameworks/base/docs/html/google/play/billing/
Dbilling_overview.jd1 page.title=In-app Billing Overview
2 parent.title=In-app Billing
10 <li>Use In-app Billing to sell digital goods, including one-time items and
17 <h2>In this document</h2>
19 <li><a href="#api">In-app Billing API</a></li>
20 <li><a href="#products">In-app Products</a>
43 <p>This documentation describes the fundamental In-app Billing components and
44 features that you need to understand in order to add In-app
58 <h2 id="api">In-app Billing API</h2>
59 <p>Your application accesses the In-app Billing service using an API that is
[all …]
Dversions.jd2 page.title=In-app Billing Version Notes
6 The In-app Billing API is versioned, with each version offering additional
12 <p>The sections below list the supported versions of the In-app Billing API.</p>
14 <p id="api_check"><strong><em>How to check for In-app Billing version</em></strong></p>
25 supports the version of the In-app Billing API that you are using by sending an
28 <li>If the In-app Billing API version that you are using is earlier than version
33 In-app Billing Service Interface</a>.</li>
36 <h3 id="version_5">In-app Billing version 5</h3>
46 <h3 id="version_4">In-app Billing version 4</h3>
48 <p>Version 4 of the In-app Billing API did not introduce any public
[all …]
Dindex.jd1 page.title=In-app Billing
8 <p>In-app Billing is a Google Play service that lets you sell digital content from inside
11 and features, and more. You can use In-app Billing to sell products as</p>
15 <h2><strong>New in In-App Billing</strong></h2>
28 <li><strong>In-app Promotions</strong>&mdash;Developers can create promo codes
48 <li><strong>IAB Sandbox</strong>&mdash;The In-app Billing Sandbox now supports
66 <p>Any application that you publish through Google Play can implement In-app Billing. No special
75 <a href="{@docRoot}training/in-app-billing/index.html">Selling In-app
81 <dd>Read this document for a description of the underlying concepts in In-app Billing.</dd>
83 <dd>Read the documents in this section for an overview of the latest version of In-app Billing,
[all …]
Dbilling_integrate.jd1 page.title=Implementing In-app Billing
2 parent.title=In-app Billing
9 <h2>In this document</h2>
14 <li><a href="#billing-requests">Making In-app Billing Requests</a>
27 <li><a href="{@docRoot}google/play/billing/billing_reference.html">In-app Billing
36 <li><a href="{@docRoot}training/in-app-billing/index.html">Selling In-app Products</a></li>
42 In-app Billing on Google Play provides a straightforward, simple interface
43 for sending In-app Billing requests and managing In-app Billing transactions
45 calls from your application to the In-app Billing service using the Version 3
52 "{@docRoot}training/in-app-billing/index.html">Selling In-app Products</a>
[all …]
Dbilling_testing.jd1 page.title=Testing In-app Billing
2 parent.title=In-app Billing
9 <h2>In this document</h2>
11 <li><a href="#testing-purchases">Testing In-app Purchases</a></li>
18 <li><a href="{@docRoot}google/play/billing/billing_overview.html">Overview of In-app
24 <p>The Google Play Developer Console provides several tools that help you test your In-app Billing
53 <h2 id="testing-purchases">Testing In-app Purchases</h2>
55 <p>When your In-app Billing implementation is ready, you can test purchasing of your in-app SKUs in…
65 <p>In either case, you need to publish your app to Google Play's
74 <h3 id="test-purchases">Test Purchases (In-app Billing Sandbox)</h3>
[all …]
Dapi.jd1 page.title=In-app Billing API
2 parent.title=In-app Billing
14 <li><a href="#managed">Managed In-app Products</a></li>
19 <li><a href="#consume">Consuming In-app Products</a>
21 <li><a href="#consumetypes">Non-consumable and Consumable In-app Products</a></li>
30 <li><a href="{@docRoot}google/play/billing/billing_reference.html">In-app Billing
36 <li><a href="{@docRoot}training/in-app-billing/index.html">Selling In-app Products</a></li>
42 The In-app Billing Version 3 API makes it easier for you to integrate In-app
54 In-app Billing</a>. The Version 3 API supports managed in-app products and
58 <h3 id="managed">Managed In-app Products</h3>
[all …]
Dbilling_admin.jd1 page.title=Administering In-app Billing
2 parent.title=In-app Billing
8 <h2>In this document</h2>
22 <li><a href="{@docRoot}google/play/billing/billing_overview.html">Overview of In-app
28 <p>In-app billing frees you from processing financial transactions, but you still need to perform a
54 <p>You can access an app's product list by opening the <strong>In-app Products</strong>
56 <strong>In-app Products</strong> page appears only if you have a Google payments merchant
78 <p>In addition, an app package can have only one product list. If you create a product
85 <p>You can add items to a product list two ways: you can add items one at a time on the <strong>In-…
103 <li>In the <strong>All applications</strong> panel, click on the
[all …]
Dbilling_best_practices.jd2 parent.title=In-app Billing
8 <h2>In this document</h2>
25 <li><a href="{@docRoot}google/play/billing/billing_overview.html">Overview of In-app
31 <p>As you design your In-app Billing implementation, be sure to follow the security and design
33 anyone who is using Google Play's In-app Billing service.</p>
56 <p>You should obfuscate your In-app Billing code so it is difficult for an attacker to reverse
61 <p>In addition to running an obfuscation program, we recommend that you use the following techniques
62 to obfuscate your In-app Billing code.</p>
69 attacks that can compromise your In-app Billing implementation.</p>
77 <p>The In-app Billing sample application is publicly distributed and can be downloaded by anyone,
[all …]
Dbilling_promotions.jd1 page.title=In-app Promotions
2 parent.title=In-app Billing
13 <h2>In this document</h2>
16 <li><a href="#supporting">Supporting Promo Codes In Your App</a></li>
17 <li><a href="#testing">Testing In-app Promotions</a></li>
22 In-app Billing</a></li>
61 "{@docRoot}google/play/billing/api.html">In-app Billing version 3</a> to
81 Implementing In-app Billing</a>. As far as the app is concerned, this is
106 <h2 id="supporting">Supporting Promo Codes In Your App</h2>
132 In addition, your app should allow users to redeem promo codes inside the app
[all …]
Dbilling_reference.jd1 page.title=In-app Billing Reference
2 parent.title=In-app Billing
8 <h2>In this document</h2>
27 <li><a href="{@docRoot}google/play/billing/api.html">In-app Billing Version 3</a></li>
28 <li><a href="{@docRoot}training/in-app-billing/index.html">Selling In-app Products</a></li>
33 In-app Billing Version 3 API. </p>
44 <strong>Table 1.</strong> Summary of response codes for In-app Billing Version 3 API calls.</p>
80 the application was not correctly signed or properly set up for In-app
102 <p>The In-app Billing Version 3 API is defined in the {@code
109 This method returns product details for a list of product IDs. In the
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_InvTransformResidualAndAdd.c84 OMX_S16 In[16], Out[16]; in omxVCM4P10_InvTransformResidualAndAdd() local
102 In[i] = pDequantCoeff [i]; in omxVCM4P10_InvTransformResidualAndAdd()
108 In[0] = pDequantCoeff [0]; in omxVCM4P10_InvTransformResidualAndAdd()
112 In[i] = 0; in omxVCM4P10_InvTransformResidualAndAdd()
117 armVCM4P10_TransformResidual4x4 (Out, In); in omxVCM4P10_InvTransformResidualAndAdd()
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect2 root_compute_really_bad.rs:5:31: error: In compute kernel root(), special parameter 'x' must be def…
3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear …
4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear …
14 root_compute_really_bad.rs:16:38: error: In compute kernel root_kernel(), special parameter 'x' mus…
15 root_compute_really_bad.rs:16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot…
16 root_compute_really_bad.rs:16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot…
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd27 processing. In this example we will look at applying a levels/saturation operation
34 <p>In Introducing RenderScript I gave a brief overview of this technology.
35 In this post I’ll look at "compute" in more detail. In RenderScript we use
/frameworks/base/docs/html/training/sign-in/
Dindex.jd1 page.title=Adding Sign-In
14 Google Sign-In for Android lets you authenticate a user with the same credentials they use on
29 Google Sign-In is a simple, trusted, and secure way to let people sign in to your app with their
51 guide for Google Sign-In.
/frameworks/base/docs/html/distribute/monetize/
Dfreemium.jd3 page.metaDescription=Use Google Play In-app Billing and other tools to monetize your free apps.
10 using <a href="{@docRoot}google/play/billing/index.html">In-app
49 levels, playing pieces, or other game features. In apps you can offer
60 To get started with In-app Billing you need to set-up a Google payments
64 products</a> in the Developer Console, integrate the In-app Billing API into
Dsubscriptions.jd10 In-App Subscriptions
17 "{@docRoot}google/play/billing/index.html">In-app Billing</a> but made
50 "{@docRoot}distribute/googleplay/developer-console.html#in-app-billing">In-app
51 Products</a> section of the Developer Console, integrate the In-app Billing
/frameworks/compile/slang/tests/F_root_compute_too_many_args/
Dstderr.txt.expect1 root_compute_too_many_args.rs:6:20: error: In compute kernel root(), parameter 'extra1' cannot appe…
2 root_compute_too_many_args.rs:6:37: error: In compute kernel root(), parameter 'extra2' cannot appe…
/frameworks/base/docs/html/training/tv/playback/
Dcard.jd23 <p>In the previous lesson, you created a catalog browser, implemented in a browse fragment, that
24 displays a list of media items. In this lesson, you create the card views for your media items and
43 on demand. In the browse fragment where your app presents its content to the user, you create a
45 that adds the content to the screen. In the following code, the <code>CardPresenter</code> is creat…
89 <p>In this step, you build the card presenter with a view holder for the card view that describes
93 <p>In the {@link android.support.v17.leanback.widget.Presenter}, implement an
113 <p>In the {@link android.support.v17.leanback.widget.Presenter#onCreateViewHolder(android.view.View…
/frameworks/base/docs/html/google/
Dgoogle_toc.cs5 <span class="en">Google Play In-app Billing</span></a>
31 <span class="en">Testing In-app Billing</span></a>
34 <span class="en">Administering In-app Billing</span></a>
/frameworks/base/docs/html/google/play/
Ddeveloper-api.jd2 page.tags="In-app Billing", "Google Play", "inapp billing", "in app billing", "iab", "billing", "pu…
11 <h2>In this document</h2>
15 <li><a href="#subscriptions_api_overview">Subscriptions and In-App
66 <li>The <a href="#subscriptions_api_overview">Subscriptions and In-App Purchases
98 developers. In particular, if you have a large number of APKs to manage, or
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
107 details of any purchase using a standard GET request. In the request you supply
119 <p class="note"><strong>Note:</strong> The Subscriptions and In-App
179 In-App Purchases API</a> take effect immediately. Each resource's API reference

12345678910>>...33