Home
last modified time | relevance | path

Searched defs:cacheEntry (Results 1 – 4 of 4) sorted by relevance

/frameworks/volley/src/com/android/volley/
DResponse.java42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { in success()
58 public final Cache.Entry cacheEntry; field in Response
74 private Response(T result, Cache.Entry cacheEntry) { in Response()
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DAbstractCache.java52 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put() local
70 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get() local
/frameworks/volley/tests/src/com/android/volley/
DResponseDeliveryTest.java43 Cache.Entry cacheEntry = CacheTestUtils.makeRandomCacheEntry(data); in setUp() local
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java530 PduCacheEntry cacheEntry = null; in load() local
1156 PduCacheEntry cacheEntry; in updateParts() local