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

/frameworks/volley/src/main/java/com/android/volley/
H A DResponse.java42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { argument
43 return new Response<T>(result, cacheEntry);
58 public final Cache.Entry cacheEntry; field in class:Response
74 private Response(T result, Cache.Entry cacheEntry) { argument
76 this.cacheEntry = cacheEntry;
82 this.cacheEntry = null;
/frameworks/base/tools/aapt2/
H A DResourceTableResolver.cpp74 const CacheEntry* cacheEntry = buildCacheEntry(name); local
75 if (cacheEntry) {
76 return Entry{ cacheEntry->id, cacheEntry->attr.get() };

Completed in 562 milliseconds