Home
last modified time | relevance | path

Searched refs:getCacheEntry (Results 1 – 3 of 3) sorted by relevance

/frameworks/volley/tests/src/com/android/volley/
DCacheDispatcherTest.java79 assertNull(request.getCacheEntry()); in testCacheMiss()
102 assertSame(entry, request.getCacheEntry()); in testSoftExpiredCacheHit()
114 assertSame(entry, request.getCacheEntry()); in testExpiredCacheHit()
/frameworks/volley/src/com/android/volley/toolbox/
DBasicNetwork.java92 addCacheHeaders(headers, request.getCacheEntry()); in performRequest()
101 request.getCacheEntry().data, responseHeaders, true); in performRequest()
/frameworks/volley/src/com/android/volley/
DRequest.java265 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request