Searched refs:getCacheKey (Results 1 – 6 of 6) sorted by relevance
49 private String mCacheKey = super.getCacheKey();56 public String getCacheKey() { in getCacheKey() method in MockRequest
156 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight);191 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight);457 private static String getCacheKey(String url, int maxWidth, int maxHeight) {
236 String cacheKey = request.getCacheKey(); in add()273 String cacheKey = request.getCacheKey(); in finish()
101 Cache.Entry entry = mCache.get(request.getCacheKey()); in run()
122 mCache.put(request.getCacheKey(), response.cacheEntry); in run()
250 public String getCacheKey() { in getCacheKey() method in Request