Searched refs:availableBytes (Results 1 – 3 of 3) sorted by relevance
161 int availableBytes = blockSize * availableBlocks; in testDownloadToCacheWithAlmostFullCache() local162 Log.i(TAG, "INITIAL stage, available space in /cache: " + availableBytes); in testDownloadToCacheWithAlmostFullCache()169 if (DOWNLOAD_FILE_SIZE <= availableBytes) { in testDownloadToCacheWithAlmostFullCache()170 int writeSizeBytes = availableBytes - (DOWNLOAD_FILE_SIZE / 2); in testDownloadToCacheWithAlmostFullCache()
449 long availableBytes = -1; in queryRoots() local453 availableBytes = getContext() in queryRoots()460 availableBytes = root.path.getUsableSpace(); in queryRoots()463 row.add(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
168 long availableBytes = 0; in queryRoots() local180 availableBytes += storageCursor.getLong(availableIndex); in queryRoots()184 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()