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

/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java55 private final int mMaxCacheSizeInBytes; field in class:DiskBasedCache
73 mMaxCacheSizeInBytes = maxCacheSizeInBytes;
250 if ((mTotalSize + neededSpace) < mMaxCacheSizeInBytes) {
275 if ((mTotalSize + neededSpace) < mMaxCacheSizeInBytes * HYSTERESIS_FACTOR) {

Completed in 24 milliseconds