Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java593 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/
DSuggestionsAdapter.java553 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/
DEGL_ANDROID_blob_cache.txt46 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/
DUri.java532 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/
Dredundant_redundant.jd85 …d, fully cached HTTP requests can be served directly from local storage, eliminating the need to o…
/frameworks/base/core/java/android/content/res/
DTypedArray.java692 TypedArray cached = mResources.mCachedStyledAttributes; in recycle() local
693 if (cached == null || cached.mData.length < mData.length) { in recycle()
/frameworks/base/docs/html/training/articles/
Dmemory.jd162 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/
Dmanage-memory.jd114 // Keep a count to determine when the drawable is no longer being cached.
174 // Notify the removed entry that is no longer being cached.
Dcache-bitmap.jd187 appropriate place to store cached images if they are accessed more frequently, for example in an
/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java122 boolean cached; // Is this a cached process? field in ProcessRecord
227 pw.print(" cached="); pw.print(cached); in dump()
DActivityManagerService.java4907 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/
Dadding-licensing.jd187 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
Dlicensing-reference.jd277 (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/
Dprogress.jd74 <li>Temporarily downloaded (automatically cached by the app)</li>
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd122 get created once and then cached for later use.</p>
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd100 balance overall system resources between these empty cached processes and the
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd162 of the application's lifetime, the pie chart is cached as an image, and redrawn at different
/frameworks/base/docs/html/google/play/billing/
Dgp-purchase-status-api.jd143 validity, your server can verify the purchase based on the cached details, to
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd173 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/
Dpurchase-iab-products.jd78 <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/
Dauthenticate.jd154 <li>The cached auth token has expired.</li>
/frameworks/compile/slang/
DREADME.rst298 Initializers, if present, will also initialize the cached Java value.
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd376 <p>However, you should manually delete all cached files created with
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd373 cached data.</li>
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd66 device and also cached, so subsequent uses of the RenderScript enabled application does not

12