Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/opt/bitmap/src/com/android/bitmap/view/
DBitmapDrawableImageView.java83 private void unbindDrawable(boolean temporary) { in unbindDrawable() argument
85 mDrawable.unbind(temporary); in unbindDrawable()
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd37 receiving app the file's content URI and grant temporary access permissions to that URI.
38 Content URIs with temporary URI access permissions are secure because they apply only to the
53 temporary permissions that you grant to the receiving app for the content URI.
Dshare-file.jd214 the {@link android.content.Intent}. The permissions you grant are temporary and expire
233 // Grant temporary read permission to the content URI
245 way to securely grant access to your files using temporary access permissions. Avoid calling
Drequest-file.jd95 the file, and only for the permissions granted by the server app. The permissions are temporary,
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java172 public void unbind(boolean temporary) { in unbind() argument
175 if (!temporary) { in unbind()
/frameworks/opt/telephony/
DREADME.txt35 *) Causes all DC's to get torn down, simulating a temporary network outage:
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd160 beginning with Android 2.3, the Contacts/People app grants your app a temporary
161 permission to read from the Contacts Provider when it returns you a result. The temporary permission
/frameworks/multidex/
Dbuild.gradle19 * The OUT_DIR is a temporary directory you can use to put things during the build.
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd996 A permission level that grants temporary access to an application, even if the application
997 doesn't have the permissions that are normally required. The temporary
999 its manifest. When you turn on temporary permissions, the only applications that need
1006 set up temporary permissions for content URIs for photos. Design your email app so
1013 To turn on temporary permissions, either set the
1021 &lt;provider&gt;</a></code> element. If you use temporary permissions, you have to call
1024 provider, and the content URI is associated with a temporary permission.
1028 If the attribute is set to <code>true</code>, then the system will grant temporary
1038 URIs for which temporary access is granted.
1041 To delegate temporary access to an application, an intent must contain
/frameworks/support/
Dbuild.gradle20 * The OUT_DIR is a temporary directory you can use to put things during the build.
/frameworks/base/docs/html/design/patterns/
Dselection.jd39 <p itemprop="description">The contextual action bar (CAB) is a temporary action bar that overlays y…
Dactionbar.jd243 <p>A <em>contextual action bar (CAB)</em> is a temporary action bar that overlays the app's action …
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd58 pools for temporary objects can make allocation cheaper, but allocating memory
73 instead of creating a short-lived temporary object.</li>
101 <p>Generally speaking, avoid creating short-term temporary objects if you
/frameworks/base/docs/html/design/building-blocks/
Dprogress.jd84 …the pin indicates whether the download is permanent (white, upright) or temporary (gray, diagonal)…
/frameworks/base/docs/html/training/material/
Dget-started.jd112 <p>The new <code>translationZ</code> property lets you create animations that reflect temporary
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd126 <p>Generally speaking, a transient (temporary) loss of audio focus should result in your app
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd144 <dd>Returns a {@link java.io.File} representing an internal directory for your app's temporary
257 <p>For example, additional resources downloaded by your app or temporary media files.</p>
/frameworks/base/docs/html/training/sharing/
Dsend.jd143 temporary and only grant access to the receiving application. An easy way to create a
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd107 …up to you. Typically, you would implement consumption for products with temporary benefits that us…
/frameworks/base/docs/html/google/play/billing/
Dapi.jd114 …ble for purchase multiple times. Typically, these items provide certain temporary effects. For exa…
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd284 method. In some cases, such as when your activity operates as a temporary decision maker to
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd426 such as define event handlers for Views and start a temporary
470 such as delete a temporary database.</dd>
485 the event handlers in this callback. If your App Widget doesn't create temporary
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd204 temporary cache files.</p>
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd597 // Use a temporary object that is later assigned to mmServerSocket,
723 // Use a temporary object that is later assigned to mmSocket,
/frameworks/base/docs/html/tools/help/
Demulator.jd164 If no cache file is specified, the emulator's default behavior is to use a temporary file instead.

12