Searched defs:cacheKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java263 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
265 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey,
267 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey,
279 Bridge.setCached9Patch(cacheKey, chunk,
288 Bridge.setCachedBitmap(cacheKey, bitmap,
262 getNinePatchDrawable(InputStream inputStream, Density density, boolean isFramework, String cacheKey, BridgeContext context) argument
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java51 public void setCacheKey(String cacheKey) { argument
52 mCacheKey = cacheKey;

Completed in 61 milliseconds