OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheTestUtils
(Results
1 - 4
of
4
) sorted by null
/external/volley/src/test/java/com/android/volley/
ResponseDeliveryTest.java
23
import com.android.volley.utils.
CacheTestUtils
;
44
Cache.Entry cacheEntry =
CacheTestUtils
.makeRandomCacheEntry(data);
CacheDispatcherTest.java
31
import com.android.volley.utils.
CacheTestUtils
;
106
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, false, false);
116
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, false, true);
135
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, true, true);
181
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, false, true);
210
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, false, true);
246
Cache.Entry entry =
CacheTestUtils
.makeRandomCacheEntry(null, false, false);
/external/volley/src/test/java/com/android/volley/utils/
CacheTestUtils.java
22
public class
CacheTestUtils
{
/external/volley/src/test/java/com/android/volley/mock/
MockRequest.java
24
import com.android.volley.utils.
CacheTestUtils
;
97
return Response.success(response.data,
CacheTestUtils
.makeRandomCacheEntry(response.data));
Completed in 256 milliseconds