Searched refs:availableBytes (Results 1 – 5 of 5) sorted by relevance
158 int availableBytes = blockSize * availableBlocks; in testDownloadToCacheWithAlmostFullCache() local159 Log.i(TAG, "INITIAL stage, available space in /cache: " + availableBytes); in testDownloadToCacheWithAlmostFullCache()166 if (DOWNLOAD_FILE_SIZE <= availableBytes) { in testDownloadToCacheWithAlmostFullCache()167 int writeSizeBytes = availableBytes - (DOWNLOAD_FILE_SIZE / 2); in testDownloadToCacheWithAlmostFullCache()
54 public long availableBytes; field in RootInfo75 availableBytes = -1; in reset()95 availableBytes = in.readLong(); in read()114 out.writeLong(availableBytes); in write()151 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
243 if (TextUtils.isEmpty(summaryText) && root.availableBytes >= 0) { in bindView()245 Formatter.formatFileSize(context, root.availableBytes)); in bindView()
110 mRecentsRoot.availableBytes = -1; in updateAsync()
330 long availableBytes = st.getFreeBlocks()*blkSize; in testAppCacheClear() local