HomeSort by relevance Sort by last modified time
    Searched full:play (Results 101 - 125 of 3217) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/training/location/
retrieve-current.jd 10 <li><a href="#setup">Set Up Google Play Services</a></li>
12 <li><a href="#play-services">Connect to Google Play Services</a></li>
19 <a href="{@docRoot}google/play-services/setup.html">Setting up Google Play
27 <a href="https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample" class="external-link">BasicLocationSample</a>
33 <p>Using the Google Play services location APIs, your app can request the last
41 location provider is one of the location APIs in Google Play services. It
51 <h2 id="setup">Set Up Google Play Services</h2>
54 include Google Play services. Download and install the Google Play service
    [all...]
  /frameworks/base/docs/html/google/
index.jd 4 meta.tags="google, play, services, maps, location, gcm, messaging, places"
14 <img class="dac-hero-image" src="{@docRoot}images/google/hero-play-services_2x.png" style="height:400px">
20 across Android devices worldwide as part of Google Play services. </p>
21 <p class="dac-hero-description">Start by setting up the Google Play services library,
24 <a class="dac-hero-cta" href="{@docRoot}google/play-services/index.html">
26 Set up Google Play services
88 <section class="dac-section dac-invert dac-darken-bg" style="background-image: url(/images/distribute/google-play-bg.jpg)"><div class="wrap">
89 <h1 class="dac-section-title">Google Play developer tools</h1>
91 Scale your publishing, manage your catalog, build revenue using Google Play developer tools.
99 <li class="dac-section-link"><a href="/google/play/filters.html"
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
overview.jd 12 <li>Licensing allows you to verify your app was purchased from Google Play</li>
14 <li>The service is free for all developers who publish on Google Play</li>
29 <p>Google Play Licensing is a network-based service that lets an application query a trusted
30 Google Play licensing server to determine whether the application is licensed to the current
31 device user. The licensing service is based on the capability of the Google Play licensing server
32 to determine whether a given user is licensed to use a given application. Google Play considers a
36 the Google Play client application. The Google Play application then sends a request to
37 the licensing server and receives the result. The Google Play application sends
50 license check through the License Verification Library and the Google Play
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_testing.jd 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
30 <li>Static billing responses from Google Play, for testing in early development</p>
36 the most current version of the Google Play application installed. If a device is not running the
37 most current Google Play application, your application won't be able to send In-app Billing
38 requests to Google Play. For general information about how to set up a device for use in
51 You can use Google Play?s alpha and beta release groups to manage
63 through Google Play without incurring any actual charges to the user
68 Test purchases are real orders and Google Play processes them in the same way as
69 other orders. When purchases are complete, Google Play prevents the orders fro
    [all...]
api.jd 30 <li><a href="{@docRoot}google/play/billing/billing_reference.html">In-app Billing
44 <p>You define your products using the Google Play Developer Console, including product type, SKU, price, description, and so on. For more information, see <a
45 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>
47 <p>Managed in-app products are items that have their ownership information tracked and managed by Google Play. When a user purchases a managed in-app item, Google Play stores the purchase information for each item on a per-user basis. This enables you to later query Google Play at any time to restore the state of the items a specific user has purchased. This information is persistent on the Google Play servers even if the user uninstalls the application or if they change devices.</p>
48 <p>If you are using the Version 3 API, you can also consume managed items within your application. You would typically implement consumption for items that can be purchased multiple times (such as in-game currency, fuel, or magic spells). Once purchased, a managed item cannot be purchased again until you consume the item, by sending a consumption request to Google Play. To learn more about in-app product consumption, see <a href="#consume">Consuming Items</a></p>
55 subscriptions work, see <a href="{@docRoot}google/play/billing/billing_subscriptions.html">In-app Billing Subscriptions</a>.</p>
58 products. For a code example, see <a href="{@docRoot}google/play/billing/billing_integrate.html#Subs">Implementing Subscriptions</a>.</p
    [all...]
versions.jd 5 <p>The In-app Billing API is versioned, with each version offering additional features to your app. API support is provided by the Google Play Store app. On most devices, the Google Play Store app is updated automatically to support newer versions of the API.
11 <p>At run time, your app can query the Google Play Store app to determine what version of the API it supports and what features are available. </p>
16 is not directly returned by Google Play. Instead, you can check if Google Play
20 <li>If the In-app Billing API version that you are using is earlier than version 3, the version information is returned in the <code>API_VERSION</code> key of the Bundle object passed in the {@code sendBillingRequest} method. For more information, see <a href="{@docRoot}google/play/billing/v2/billing_reference.html#billing-interface-v2">In-app Billing Service Interface</a>.</li>
41 <li>Purchasing and querying managed in-app items requires Google Play client
43 <li>Purchasing and querying subscription items requires Google Play client
49 <li>Purchase information of in-app purchases is maintained within the Google Play system till the purchase is consumed.</li>
63 <li>Requires Google Play (Play Store) version 3.5 or higher.</li
    [all...]
billing_subscriptions.jd 20 <li><a href="#play-dev-api">Google Play Developer API</a></li>
24 <li><a href="{@docRoot}google/play/billing/billing_integrate.html#Subs">Implementing Subscriptions (V3)</a></li>
25 <li><a href="https://developers.google.com/android-publisher/">Google Play Developer API</a></li>
44 <a href="https://developers.google.com/android-publisher/">Google Play
47 directly from Google Play.</li>
72 <p>When users purchase subscriptions in your apps, Google Play handles all
74 transactions. Google Play processes all payments for subscriptions through
81 cancel them from the <strong>My Apps</strong> screen in the Play Store app or
82 from the app's product details page in the Play Store app. For more informatio
    [all...]
  /development/samples/Snake/res/values/
strings.xml 19 <string name="mode_ready">Snake\nPress Up To Play</string>
21 <string name="mode_lose">Game Over\nScore: %1$d \nPress Up To Play</string>
  /development/samples/Snake/res/values-nonav/
strings.xml 19 <string name="mode_ready">Snake\nTouch Screen To Play</string>
21 <string name="mode_lose">Game Over\nScore: %1$d \nTouch Screen To Play</string>
  /frameworks/base/docs/html-intl/intl/es/distribute/googleplay/
about.jd 1 page.title=La oportunidad de Google Play
3 page.tags="play, apps, distributing, publishing"
5 page.image=/distribute/images/about-play.jpg
11 <h2>Acerca de Google Play</h2>
26 Google Play es la tienda más importante de distribución de aplicaciones para Android. Cuando
27 publicas en Google Play, exhibes tus aplicaciones a una enorme base de clientes activos
33 <img src="{@docRoot}images/gp-about-0.jpg" alt="Google Play on an Android Tablet" style="width:480px;position:relative" />
37 Google Play es una parte central de la experiencia Android. Los nuevos usuarios
38 personalizan su contenido con aplicaciones, juegos y otros contenidos de Google Play.
40 nuevas aplicaciones es extremadamente cómodo y rápido; Google Play envía aplicaciones a lo
    [all...]
  /frameworks/base/location/java/android/location/
package.html 10 part of Google Play services, is the preferred way to add location-awareness to
17 <a href="{@docRoot}google/play-services/location.html">Location API overview</a>.
  /external/skia/debugger/QT/Icons/
.qrc 10 <file>play.png</file>
  /external/valgrind/drd/tests/
filter_thread_no 4 # -- those where there are multiple threads which play interchangeable roles.
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 33 private static final int PLAY = 1;
94 case PLAY:
95 if (mDebug) Log.d(mTag, "PLAY");
158 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
163 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead
165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
170 play(context, uri, looping, method
173 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e);
184 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
191 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping method in class:AsyncPlayer
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/
about.jd 1 page.title=The Google Play Opportunity
3 page.tags="play, apps, distributing, publishing"
11 <h2>About Google Play</h2>
26 Google Play is the premier store for distributing Android apps. When you
27 publish on Google Play, you put your apps in front of Android's huge base of
33 <img src="{@docRoot}images/gp-about-0.jpg" alt="Google Play on an Android Tablet"
38 Google Play is a central part of the Android experience. New users
39 personalize their devices with apps, games, and other Google Play content.
41 new apps is extremely convenient and fast&mdash; Google Play pushes apps to
46 Google Play is also a top destination for web users. Anyone with a browse
    [all...]
  /development/samples/LunarLander/res/values/
strings.xml 28 <string name="mode_ready">Lunar Lander\nPress Up To Play</string>
30 <string name="mode_lose">Game Over\nPress Up To Play</string>
32 <string name="mode_win_suffix">in a row\nPress Up to Play</string>
  /frameworks/webview/chromium/listing/res/values/
strings.xml 9 <!-- Play Store title text [CHAR-LIMIT=30] -->
12 <!-- Play Store tagline text. [CHAR-LIMIT=80] -->
15 <!-- Play Store description text. [CHAR-LIMIT=4000] -->
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusSound.java 39 * Play the focus sound with the sound player at the default
42 public void play() { method in class:FocusSound
44 mPlayer.play(mSoundId, DEFAULT_VOLUME);
  /frameworks/base/docs/html-intl/intl/ja/distribute/tools/
localization-checklist.jd 2 page.metaDescription=Android ? Google Play ????????????????????????????????????????????????????????????????????????
29 Android ? Google Play ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
33 ?????????????????????????????????????????????????????????Google Play ?????????????????????????????????????????
386 ??????????????????????????????????????????????????????????????????????????????????????????????? Google Play ?????? ???????????????????????????<a href="#gp-trans">????????????</a>???????????
402 <strong>Google Play ??????????????</strong>
406 Google Play ????????????????????????????????????????????????? ??????????????????????? Google ???????????? ?????????????????????????????????????????????????????????????????????
511 ???????????????????????????????????????????????????????????? 1 ??????????????????? ????????????Google Play ?????????????? <!-- </p>
535 <strong>Google Play ??????????????</strong>
541 Google Play ??????????????
545 Google Play ??????????????????????????????????????????????????????????????????????????????????? ????????????????
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/
localization-checklist.jd 2 page.metaDescription=???? Android ? Google Play ??????????????????????????????????
29 Android ? Google Play ???????????????????????????????????/???????????????
38 ???????????????????????????? Google Play ?????????????
495 ????????????????? Google Play ?????????????????<a href="#gp-trans">????????</a>??
518 <strong>?? Google Play ????????</strong>
522 Google Play ??????????????????????????
656 ??????????????? Beta ??? &mdash; Google Play ????????????
684 <strong>? Google Play ???????</strong>
690 ? Google Play ???????
694 Google Play ???????????????????
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
LoopMode.java 41 * The animation will play repeatedly, when it reaches the end
42 * the animation will play again from the beginning, and so on.
47 * The animation will not loop. It will play until the last frame, and then
48 * freeze at that frame. It is possible to decide to play a new animation
55 * animation will play backwards from the last frame until it reaches
  /frameworks/base/docs/html-intl/intl/ja/design/patterns/
navigation.jd 77 <p>??????????????????????????????????????? &mdash; ???? Play ????????????????????????????????????????????????????????????
86 ??? Play ???????????????????????????????????????
182 <p>????????????????????????????1 ??????????????????????????????????????????????????????????? Play ???????????????????? A ????????????????????
184 Play ??????????????????????????????????????????????????????????????????????????????????
196 Back ??????????? Play ???????????????????????
  /frameworks/base/docs/html-intl/intl/zh-cn/design/patterns/
navigation.jd 77 <p>????????????????????????????????????????? Play ??????????????????????????????????????????????????
86 ??? Play ??????????????????????????????????
182 <p>????????????????????????????????????????????????????????? Play ?????????? A???????
184 ? Play ???????????????????????????????????????????????
196 ???????????? Play ????????????????
  /frameworks/base/docs/html-intl/intl/zh-tw/design/patterns/
navigation.jd 77 <p>????????????????????????????????????? &mdash; ??? Play ??????????????????????????????????????
86 ?????????? Play ????????????????????????????????????
182 <p>????????????????????????????????????????????????????????? Play ???????????? A (???)?
184 ????? Play ????????????????????????????????????????????????
196 ???? [??] ???? Play ?????????????????
  /frameworks/base/docs/html/distribute/googleplay/edu/
about.jd 1 page.title=Google Play for Education
2 page.image=/distribute/images/about-play-education.jpg
10 Google Play for Education is an extension of Google Play designed for
17 <img src="{@docRoot}distribute/images/about-play-education.jpg">
28 If you have an educational app, include it in Google Play for Education.
29 Google Play for Education can help your innovative educational apps gain
45 With Google Play for Education, teachers and administrators can browse
59 to take advantage of tablets with Google Play for Education and they
69 With Google Play for Education, educators are able to make high-volum
    [all...]

Completed in 368 milliseconds

1 2 3 45 6 7 8 91011>>