Searched refs:availableBytes (Results 1 – 6 of 6) sorted by relevance
99 public long availableBytes; field in RootInfo125 availableBytes = -1; in reset()154 availableBytes = in.readLong(); in read()175 out.writeLong(availableBytes); in write()216 newRoot.availableBytes = root.availableBytes; in copyRootInfo()237 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES); in fromRootsCursor()
89 if (TextUtils.isEmpty(summaryText) && root.availableBytes >= 0) { in bindView()91 Formatter.formatFileSize(context, root.availableBytes)); in bindView()
172 long availableBytes = 0; in queryRoots() local184 availableBytes += storageCursor.getLong(availableIndex); in queryRoots()188 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes); in queryRoots()
140 availableBytes = -1; in generateRecentsRoot()212 assert (recentRoot.availableBytes == -1);
286 if (root.availableBytes >= 0) { in verifySpaceAvailable()287 available = (batchSize <= root.availableBytes); in verifySpaceAvailable()
102 availableBytes = -1;