Home
last modified time | relevance | path

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

/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java78 assertNull(request.getCacheEntry()); in cacheMiss()
101 assertSame(entry, request.getCacheEntry()); in softExpiredCacheHit()
113 assertSame(entry, request.getCacheEntry()); in expiredCacheHit()
/external/icu/icu4c/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
247 return getCacheEntry(errorCode); in loadFromLocale()
299 return getCacheEntry(errorCode); in loadFromBundle()
343 return getCacheEntry(errorCode); in loadFromCollations()
373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
463 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/src/main/java/com/android/volley/toolbox/
DBasicNetwork.java96 addCacheHeaders(headers, request.getCacheEntry()); in performRequest()
105 Entry entry = request.getCacheEntry(); in performRequest()
/external/volley/src/main/java/com/android/volley/
DRequest.java300 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request