/frameworks/opt/bitmap/src/com/android/bitmap/view/ |
D | BitmapDrawableImageView.java | 83 private void unbindDrawable(boolean temporary) { in unbindDrawable() argument 85 mDrawable.unbind(temporary); in unbindDrawable()
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | index.jd | 37 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.
|
D | share-file.jd | 214 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
|
D | request-file.jd | 95 the file, and only for the permissions granted by the server app. The permissions are temporary,
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | BasicBitmapDrawable.java | 172 public void unbind(boolean temporary) { in unbind() argument 175 if (!temporary) { in unbind()
|
/frameworks/opt/telephony/ |
D | README.txt | 35 *) Causes all DC's to get torn down, simulating a temporary network outage:
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 160 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/ |
D | build.gradle | 19 * The OUT_DIR is a temporary directory you can use to put things during the build.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 996 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 <provider></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/ |
D | build.gradle | 20 * The OUT_DIR is a temporary directory you can use to put things during the build.
|
/frameworks/base/docs/html/design/patterns/ |
D | selection.jd | 39 <p itemprop="description">The contextual action bar (CAB) is a temporary action bar that overlays y…
|
D | actionbar.jd | 243 <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/ |
D | perf-tips.jd | 58 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/ |
D | progress.jd | 84 …the pin indicates whether the download is permanent (white, upright) or temporary (gray, diagonal)…
|
/frameworks/base/docs/html/training/material/ |
D | get-started.jd | 112 <p>The new <code>translationZ</code> property lets you create animations that reflect temporary
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 126 <p>Generally speaking, a transient (temporary) loss of audio focus should result in your app
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 144 <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/ |
D | send.jd | 143 temporary and only grant access to the receiving application. An easy way to create a
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 107 …up to you. Typically, you would implement consumption for products with temporary benefits that us…
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 114 …ble for purchase multiple times. Typically, these items provide certain temporary effects. For exa…
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 284 method. In some cases, such as when your activity operates as a temporary decision maker to
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 426 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/ |
D | data-storage.jd | 204 temporary cache files.</p>
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 597 // 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/ |
D | emulator.jd | 164 If no cache file is specified, the emulator's default behavior is to use a temporary file instead.
|