HomeSort by relevance Sort by last modified time
    Searched defs:availableBytes (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 160 int availableBytes = blockSize * availableBlocks;
161 Log.i(TAG, "INITIAL stage, available space in /cache: " + availableBytes);
168 if (DOWNLOAD_FILE_SIZE <= availableBytes) {
169 int writeSizeBytes = availableBytes - (DOWNLOAD_FILE_SIZE / 2);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 90 public long availableBytes;
111 availableBytes = -1;
131 availableBytes = in.readLong();
150 out.writeLong(availableBytes);
187 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 167 long availableBytes = 0;
179 availableBytes += storageCursor.getLong(availableIndex);
183 values.put(Root.COLUMN_AVAILABLE_BYTES, availableBytes);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 332 long availableBytes = st.getFreeBlocks()*blkSize;
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 

Completed in 1278 milliseconds