Searched refs:availableBytes (Results 1 – 5 of 5) sorted by relevance
95 public long availableBytes; field in RootInfo120 availableBytes = -1; in reset()144 availableBytes = in.readLong(); in read()164 out.writeLong(availableBytes); in write()201 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
81 if (TextUtils.isEmpty(summaryText) && root.availableBytes >= 0) { in bindView()83 Formatter.formatFileSize(context, root.availableBytes)); in bindView()
118 availableBytes = -1; in ProvidersCache()163 assert(mRecentsRoot.availableBytes == -1); in updateAsync()
87 availableBytes = -1;
273 if (root.availableBytes >= 0) { in verifySpaceAvailable()274 available = (batchSize <= root.availableBytes); in verifySpaceAvailable()