Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp72 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
73 autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled()
81 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); in layoutTextUnscaled()
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java296 public Cache getCache() { in getCache() method in HttpResponseCache
297 return delegate.getCache(); in getCache()
/frameworks/base/libs/hwui/font/
DFont.cpp284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); in getCachedGlyph()
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph()
476 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); in cacheGlyph()
480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
/frameworks/base/core/java/android/content/
DIContentService.aidl185 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
DContentResolver.java2532 public Bundle getCache(Uri key) { in getCache() method in ContentResolver
2534 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key, in getCache()
/frameworks/volley/src/main/java/com/android/volley/
DRequestQueue.java180 public Cache getCache() { in getCache() method in RequestQueue
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java313 final Bundle systemCache = resolver.getCache(rootsUri); in loadRootsForAuthority()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java1113 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService