Searched refs:rootDirectory (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java70 * @param rootDirectory The root directory of the cache.
73 public DiskBasedCache(File rootDirectory, int maxCacheSizeInBytes) { argument
74 mRootDirectory = rootDirectory;
81 * @param rootDirectory The root directory of the cache.
83 public DiskBasedCache(File rootDirectory) { argument
84 this(rootDirectory, DEFAULT_DISK_USAGE_BYTES);

Completed in 47 milliseconds