OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiskBasedCache
(Results
1 - 4
of
4
) sorted by null
/external/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java
21
import com.android.volley.toolbox.
DiskBasedCache
.CacheHeader;
22
import com.android.volley.toolbox.
DiskBasedCache
.CountingInputStream;
81
cache = new
DiskBasedCache
(temporaryFolder.getRoot(), MAX_SIZE);
142
Cache copy = new
DiskBasedCache
(temporaryFolder.getRoot(), MAX_SIZE);
217
DiskBasedCache
.writeInt(fos, 0); // overwrite magic
261
DiskBasedCache
.streamToBytes(cis, -1);
270
DiskBasedCache
.streamToBytes(cis, 2);
279
DiskBasedCache
.streamToBytes(cis, 0x100000000L); // int value is 0
289
DiskBasedCache
readonly = spy((
DiskBasedCache
) cache)
[
all
...]
/external/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java
51
public class
DiskBasedCache
implements Cache {
76
* Constructs an instance of the
DiskBasedCache
at the specified directory.
80
public
DiskBasedCache
(File rootDirectory, int maxCacheSizeInBytes) {
86
* Constructs an instance of the
DiskBasedCache
at the specified directory using
90
public
DiskBasedCache
(File rootDirectory) {
149
* Initializes the
DiskBasedCache
by scanning for all files currently in the
/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar
/prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar
Completed in 356 milliseconds