HomeSort by relevance Sort by last modified time
    Searched full:play (Results 51 - 75 of 2513) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
filter_thread_no 4 # -- those where there are multiple threads which play interchangeable roles.
  /frameworks/base/docs/html/distribute/googleplay/edu/
contact.jd 2 page.metaDescription=Developers, sign up to receive information about Google Play for Education.
9 more information about Google Play for Education and our services that will help
26 the upcoming launch of Google Play for Education. To get your apps ready, read our
36 If you're a school or system interested in tablets and Google Play for Education,
index.jd 1 page.title=Google Play for Education
2 page.tags="Google Play","education","schools", "distribution"
17 <h1 style="margin-bottom:10px;">Google Play for Education</h1>
18 <p>A destination where schools can find great&nbsp;educational content in Google Play.
30 Find out how Google Play for Education helps you reach a new audience of educators and students.</a>
  /frameworks/base/docs/html/distribute/googleplay/promote/
index.jd 2 page.metaDescription=Raise the visibility of your apps in Google Play through deep links and Google Play badges.
23 Raise the visibility of your apps with badges and link users to your products on Google Play.
38 Google Play badges are an especially great way let Android users know that your app is available
  /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>
  /external/chromium_org/media/tools/layout_tests/
layouttests_unittest.py 29 'media/video-play-empty-events.html')
31 ('Test that play() from EMPTY network state triggers '
32 'load() and async play event.'),
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play_unittest.py 6 from telemetry.page.actions import play namespace
23 """Tests that with no selector Play action plays first video element."""
25 action = play.PlayAction(data)
36 """Tests that Play action plays video element matching selector."""
38 action = play.PlayAction(data)
49 """Tests that Play action plays all video elements with selector='all'."""
51 action = play.PlayAction(data)
62 """Tests that wait_for_playing timeouts if video does not play."""
66 action = play.PlayAction(data)
76 action = play.PlayAction(data
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/common/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/about/
visibility.jd 16 <p>Google Play is the premier store for distributing Android apps. It?s
20 Play, growing at a rate of more than 1.5 billion per month.</p>
22 <p>When you publish on Google Play, you put your apps in front of Android's huge
26 <p>Google Play is a central part of the Android experience. New users
27 personalize their devices with apps, games, and other Google Play content.
29 apps is extremely convenient and fast&mdash; Google Play pushes apps to the
38 1.5 billion apps from Google Play each month.</p>
42 <p>Google Play is also a top destination for visitors from the web. Anyone
43 with a browser can explore everything that Google Play has to offer from its <a
44 href="http://play.google.com/store">web site</a>. Android users can even buy an
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_testing.jd 16 <li><a href="{@docRoot}google/play/billing/billing_overview.html">Overview of In-app
22 <p>The Google Play Developer Console provides several tools that help you test your In-app Billing
28 <li>Static billing responses from Google Play, for testing in early development</p>
34 the most current version of the Google Play application installed. If a device is not running the
35 most current Google Play application, your application won't be able to send In-app Billing
36 requests to Google Play. For general information about how to set up a device for use in
50 In this case, you can use Google Play?s alpha and beta release groups to manage
62 through Google Play while the app is still unpublished, without incurring any
67 Test purchases are real orders and Google Play processes them in the same way as
68 other orders. When purchases are complete, Google Play prevents the orders fro
    [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
  /packages/apps/Camera2/src/com/android/camera/
SoundClips.java 42 public void play(int action); method in interface:SoundClips.Player
85 public synchronized void play(int action) { method in class:SoundClips.MediaActionSoundPlayer
88 mSound.play(MediaActionSound.FOCUS_COMPLETE);
91 mSound.play(MediaActionSound.START_VIDEO_RECORDING);
94 mSound.play(MediaActionSound.STOP_VIDEO_RECORDING);
97 mSound.play(MediaActionSound.SHUTTER_CLICK);
159 public synchronized void play(int action) { method in class:SoundClips.SoundPoolPlayer
161 Log.e(TAG, "Resource ID not found for action:" + action + " in play().");
167 // Not loaded yet, load first and then play when the loading is complete.
174 mSoundPool.play(mSoundIDs[index], 1f, 1f, 0, 0, 1f)
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java 18 package com.example.android.common.play;
30 * Helper class for Google Play Services functions.
43 * Checks for Google Play Services installation on the device. If found, validates the
49 * @param requestCode If we need to download Google Play Services, the download activity will be
57 // Query for the status of Google Play services on the device
68 // If Google Play services can provide an error dialog
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /frameworks/base/docs/html/training/location/
index.jd 16 <li>Google Play services client library (latest version)</li>
24 <a href="{@docRoot}google/play-services/setup.html">Setup Google Play Services SDK</a>
34 more contextual experience. The new Location Services API available in Google Play services
46 <strong>Note:</strong> Since this class is based on the Google Play services client library,
49 <a href="{@docRoot}google/play-services/setup.html">Setup</a> in the Google Play services guide.
  /frameworks/base/docs/html/training/in-app-billing/
purchase-iab-products.jd 25 <li><a href="{@docRoot}google/play/billing/billing_overview.html">In-app Billing
31 <p>Once your application is connected to Google Play, you can initiate purchase requests for in-app products. Google Play provides a checkout interface for users to enter their payment method, so your application does not need to handle payment transactions directly.</p>
32 <p>When an item is purchased, Google Play recognizes that the user has ownership of that item and prevents the user from purchasing another item with the same product ID until it is consumed. You can control how the item is consumed in your application, and notify Google Play to make the item available for purchase again.</p>
33 <p>You can also query Google Play to quickly retrieve the list of purchases that were made by the user. This is useful, for example, when you want to restore the user's purchases when your user launches your app.</p>
41 <li>The third argument is a request code value. This value can be any positive integer. Google Play reurns this request code to the calling {@code Activity}?s {@code onActivityResult} along with the purchase response.</li>
42 <li>The fourth argument is a listener that is notified when the purchase operation has completed and handles the purchase response from Google Play.</li>
43 <li>The fifth argument contains a ?developer payload? string that you can use to send supplemental information about an order (it can be an empty string). Typically, this is used to pass in a string token that uniquely identifies this purchase request. If you specify a string value, Google Play returns this string along with the purchase response. Subsequently, when you make queries about this purchase, Google Play returns this string together with the purchase details. <p class="note"><strong>Security Recommend (…)
    [all...]
  /frameworks/base/docs/html/google/play/billing/v2/
billing_integrate.jd 5 <div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;">In-app Billing Version 2 is superseded. Please <a href="{@docRoot}google/play/billing/billing_overview.html#migration">migrate to Version 3</a> at your earliest convenience.</div>
29 href="{@docRoot}google/play/billing/v2/api.html">Overview of In-app Billing Version 2</a> and <a
30 href="{@docRoot}google/play/billing/billing_best_practices.html">Security and Design</a>. These
41 billing responses from Google Play.</li>
43 intents from Google Play.</li>
45 integrity of the transaction messages that are sent by Google Play.</li>
55 <li>Sending in-app billing requests to Google Play.</li>
56 <li>Handling synchronous responses from Google Play.</li>
57 <li>Handling broadcast intents (asynchronous responses) from Google Play.</li>
80 Play's in-app billing service (<code>MarketBillingService</code>).</td
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/auth/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/common/data/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/common/images/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/identifier/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/mediation/
NetworkExtras.html 173 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
315 <li><a href="/distribute/index.html">Google Play</a></li>
408 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
413 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
418 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
423 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
428 <div class="nav-section-header"><a href="/google/play-services/ads.html">
432 <li><a href="/google/play-services/id.html">
438 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/mediation/admob/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/mediation/customevent/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/ads/
package-summary.html 174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
316 <li><a href="/distribute/index.html">Google Play</a></li>
409 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
414 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
419 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
424 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
429 <div class="nav-section-header"><a href="/google/play-services/ads.html">
433 <li><a href="/google/play-services/id.html">
439 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"
    [all...]

Completed in 416 milliseconds

1 23 4 5 6 7 8 91011>>