Searched refs:getCacheKey (Results 1 – 9 of 9) sorted by relevance
/external/volley/src/test/java/com/android/volley/ |
D | RequestTest.java | 105 public void getCacheKey() { 108 new UrlParseRequest(Method.GET, "http://example.com").getCacheKey()); 112 .getCacheKey()); 115 new UrlParseRequest(Method.POST, "http://example.com").getCacheKey()); 118 new UrlParseRequest(Method.PUT, "http://example.com").getCacheKey());
|
D | NetworkDispatcherTest.java | 143 verify(mCache).put(eq(mRequest.getCacheKey()), entry.capture()); in shouldCacheTrue()
|
/external/volley/src/main/java/com/android/volley/ |
D | CacheDispatcher.java | 135 Cache.Entry entry = mCache.get(request.getCacheKey()); in processRequest() 229 String cacheKey = request.getCacheKey(); in onResponseReceived() 250 String cacheKey = request.getCacheKey(); in onNoUsableResponseReceived() 282 String cacheKey = request.getCacheKey(); in maybeAddToWaitingRequests()
|
D | NetworkDispatcher.java | 150 mCache.put(request.getCacheKey(), response.cacheEntry); in processRequest()
|
D | Request.java | 295 public String getCacheKey() { in getCacheKey() method in Request
|
/external/volley/src/test/java/com/android/volley/mock/ |
D | MockRequest.java | 48 private String mCacheKey = super.getCacheKey(); 55 public String getCacheKey() { in getCacheKey() method in MockRequest
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | Representation.java | 172 public abstract String getCacheKey(); in getCacheKey() method in Representation 266 public String getCacheKey() { in getCacheKey() method in Representation.SingleSegmentRepresentation 310 public String getCacheKey() { in getCacheKey() method in Representation.MultiSegmentRepresentation
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | ImageLoader.java | 170 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType); 222 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType); 527 private static String getCacheKey(
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtil.java | 60 .setKey(representation.getCacheKey()) in buildDataSpec()
|