Searched refs:spaceAvailable (Results 1 – 2 of 2) sorted by relevance
193 long spaceAvailable = fs.getAvailableBlocks() * blockSize; in testDownloadToCacheWithAlmostFullCache() local194 Log.i(TAG, "BEFORE download, available space in /cache: " + spaceAvailable); in testDownloadToCacheWithAlmostFullCache()195 assertTrue(DOWNLOAD_FILE_SIZE > spaceAvailable); in testDownloadToCacheWithAlmostFullCache()
169 long spaceAvailable = getAvailableSpace(); in prepare() local170 if (spaceAvailable < BULK_DELETE_THRESHOLD) { in prepare()179 prepareMetricsLogging(important.size(), others.size(), spaceAvailable, spaceAvailableNow); in prepare() local