Searched refs:getUsableSpace (Results 1 – 2 of 2) sorted by relevance
211 if (getUsableSpace(diskCacheDir) > mCacheParams.diskCacheSize) { in initDiskCache()668 public static long getUsableSpace(File path) { in getUsableSpace() method in ImageCache670 return path.getUsableSpace(); in getUsableSpace()
94 if (ImageCache.getUsableSpace(mHttpCacheDir) > HTTP_CACHE_SIZE) { in initHttpDiskCache()