Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/av/media/libnbaio/
DREADME.txt13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
/frameworks/base/core/java/android/os/
DMessageQueue.java232 void quit(boolean safe) { in quit() argument
243 if (safe) { in quit()
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd19 <li><a href="#ThreadSafe">Thread-safe methods</a></li>
223 <p>Additionally, the Andoid UI toolkit is <em>not</em> thread-safe. So, you must not manipulate
288 <p>Now this implementation is thread-safe: the network operation is done from a separate thread
335 <p>Now the UI is safe and the code is simpler, because it separates the work into the
366 <h3 id="ThreadSafe">Thread-safe methods</h3>
369 therefore must be written to be thread-safe. </p>
383 IBinder} methods must, therefore, be implemented to be thread-safe.</p>
394 same time, they too must be implemented to be thread-safe. </p>
Daidl.jd66 completely thread-safe.</li>
240 about multithreading from the start and properly build your service to be thread-safe.</li>
Dbound-services.jd145 your service to be thread-safe.</p>
155 directly. In this case, your service must be capable of multi-threading and be built thread-safe.
/frameworks/base/docs/html/training/enterprise/
Dapp-compatibility.jd67 settings), so it is not safe to attach file URIs to intents.</li>
92 resolve the intent, and it is safe to fire off the intent. In this case, the
120 // Intent resolves, it's safe to fire it off
/frameworks/base/docs/html/training/camera/
Dvideobasics.jd99 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
Dphotobasics.jd105 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd81 set of private keys. You must keep your keystore in a safe and secure place.</li>
136 <p class="warning"><strong>Warning:</strong> Keep your keystore and private key in a safe and
267 <li>Keep the keystore file containing your private key in a safe, secure place.</li>
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd80 …n the query operation has completed and handles the query response. It is safe to make this call f…
110 …as completed and handles the consumption response from Google Play. It is safe to make this call f…
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd102 <code>android:showAsAction="ifRoom"</code> in your menu resource XML. It's safe to do this
/frameworks/base/docs/html/design/tv/
Dstyle.jd49 outside of a safe zone that most TVs could reliably display. Even on some of today’s HDTV flat
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd110 <p>To keep your public key safe from malicious users and hackers, do not embed it in any code as a
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd221 to mark the notification as safe to show on any lock screen (secure or
582 attaches a file to an intent, it is not safe to attach a file URI, since in some
589 <p>To be safe, when
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd45 code is thread-safe. Enclose variables that can be accessed by more than one thread in a
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd137 thread-safe. A spelling checker may be called simultaneously by different threads running on
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd590 up to 128K in size, you are safe if you have up to 4,096 entries.</p>
597 probably safe to transfer the coins into another entry and delete the old entry.</p>
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd203 // Start an activity if it's safe
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd185 are safe when installed on external storage. Large games are more commonly the types of
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-sync-adapter.jd307 data transfer. You need to instantiate the component in a thread-safe manner, in case the sync
326 // Object to use as a thread-safe lock
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd144 widgets, as those layouts already incorporate overscan-safe margins.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design.jd224 of the same icon. To help keep the multiple copies of files safe and easier to
Dicon_design_menu.jd80 1. Icons have a larger safe frame; icon content is smaller within the full
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd471 // we have performed hostname verification, so it is safe to proceed.
520 Nogotofail is a tool gives you an easy way to confirm that your apps are safe
/frameworks/base/docs/html/auto/
Dindex.jd320 an engaging and driver-safe user experience that was developed

12