/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 593 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local 594 if (cached == null) { in checkIconCache() 598 return cached.newDrawable(); in checkIconCache() 638 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local 639 return cached == null ? null : cached.newDrawable(mProviderContext.getResources()); in getActivityIconWithCache()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SuggestionsAdapter.java | 553 Drawable.ConstantState cached = mOutsideDrawablesCache.get(resourceUri); in checkIconCache() local 554 if (cached == null) { in checkIconCache() 558 return cached.newDrawable(); in checkIconCache() 598 Drawable.ConstantState cached = mOutsideDrawablesCache.get(componentIconKey); in getActivityIconWithCache() local 599 return cached == null ? null : cached.newDrawable(mProviderContext.getResources()); in getActivityIconWithCache()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 46 then retrieve those cached shaders during subsequent executions of the same 82 * client API implementation may use to retrieve a cached value from the 107 function pointers through which the client APIs can request data be cached 184 previously cached entries. How can the driver handle this situation?
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 532 boolean cached = (scheme != NOT_CACHED); in getScheme() 533 return cached ? scheme : (scheme = parseScheme()); in getScheme() 938 boolean cached = cachedString != NOT_CACHED; in toString() 939 if (cached) { in toString() 1072 boolean cached = (host != NOT_CACHED); in getHost() 1073 return cached ? host in getHost() 1267 boolean cached = (uriString != NOT_CACHED); in toString() 1268 return cached ? uriString in toString()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 85 …d, fully cached HTTP requests can be served directly from local storage, eliminating the need to o…
|
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 692 TypedArray cached = mResources.mCachedStyledAttributes; in recycle() local 693 if (cached == null || cached.mData.length < mData.length) { in recycle()
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 162 leaves the app, that process does <em>not</em> quit. The system keeps the process cached, so if 165 <p>If your app has a cached process and it retains memory that it currently does not need, 169 which processes are most memory intensive. To keep your process cached as long as possible, follow 172 <p>More information about how processes are cached while not running in the foreground and how 200 anything else or paged out. This reduces the number of cached processes that the system can keep in 221 significantly increase the system's capacity for cached processes, which has a direct impact on the 275 <p>Also, when your app process is currently cached, you may receive one of the following 713 user experience than killing other cached processes, because so much user interaction goes through 719 <li>Cached processes: These are cached processes held in the LRU cache, which allow for fast app 726 such services having memory leaks that over time reduce the number of regular cached processes that
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 114 // Keep a count to determine when the drawable is no longer being cached. 174 // Notify the removed entry that is no longer being cached.
|
D | cache-bitmap.jd | 187 appropriate place to store cached images if they are accessed more frequently, for example in an
|
/frameworks/base/services/java/com/android/server/am/ |
D | ProcessRecord.java | 122 boolean cached; // Is this a cached process? field in ProcessRecord 227 pw.print(" cached="); pw.print(cached); in dump()
|
D | ActivityManagerService.java | 4907 app.cached = false; in attachApplicationLocked() 11632 pw.print(" cached="); pw.print(r.cached); in dumpProcessOomList() 14267 app.cached = false; in computeOomAdjLocked() 14354 app.cached = true; in computeOomAdjLocked() 14378 app.cached = false; in computeOomAdjLocked() 14391 app.cached = false; in computeOomAdjLocked() 14411 app.cached = false; in computeOomAdjLocked() 14428 app.cached = false; in computeOomAdjLocked() 14435 app.cached = false; in computeOomAdjLocked() 14451 app.cached = false; in computeOomAdjLocked() [all …]
|
/frameworks/base/docs/html/google/play/licensing/ |
D | adding-licensing.jd | 187 that uses server-provided settings and cached responses to manage access across 219 <li>Returns the cached response for all license checks, for as long as the 220 cached response is valid, rather than making a request to the licensing server. 321 retry requests are not tracked and cached responses can not be used to fulfill 334 there is no data cached locally, there is no way a malicious user could tamper 335 with the cached data and obtain access to the application.</p> 341 cached response is not possible.</p> 550 whether there is a valid license response cached locally, in 821 thread <em>only</em> if there is valid license response cached locally. If the
|
D | licensing-reference.jd | 277 (cached) license response expires and must be rechecked on the licensing server. See the section 349 {@code Policy} to cache the initial license status locally and return the cached license 370 cached the validity timestamp locally, it will not need to recheck the
|
/frameworks/base/docs/html/design/building-blocks/ |
D | progress.jd | 74 <li>Temporarily downloaded (automatically cached by the app)</li>
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | draw.jd | 122 get created once and then cached for later use.</p>
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 100 balance overall system resources between these empty cached processes and the
|
/frameworks/base/docs/html/training/custom-views/ |
D | optimizing-view.jd | 162 of the application's lifetime, the pie chart is cached as an image, and redrawn at different
|
/frameworks/base/docs/html/google/play/billing/ |
D | gp-purchase-status-api.jd | 143 validity, your server can verify the purchase based on the cached details, to
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 173 updates and when to use cached location data.</p> 223 should utilize a cached location by calling {@link
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 78 <p>Upon a successful purchase, the user’s purchase data is cached locally by Google Play’s In-app B…
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 154 <li>The cached auth token has expired.</li>
|
/frameworks/compile/slang/ |
D | README.rst | 298 Initializers, if present, will also initialize the cached Java value.
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | files.jd | 376 <p>However, you should manually delete all cached files created with
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1-highlights.jd | 373 cached data.</li>
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 66 device and also cached, so subsequent uses of the RenderScript enabled application does not
|