HomeSort by relevance Sort by last modified time
    Searched defs:availableBytes (Results 1 - 11 of 11) 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);
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java 93 public long availableBytes;
117 availableBytes = -1;
138 availableBytes = in.readLong();
157 out.writeLong(availableBytes);
194 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES);
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 460 short availableBytes = apdu.setIncomingAndReceive();
544 availableBytes);
589 availableBytes);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 398 long availableBytes = -1;
402 availableBytes = getContext()
409 availableBytes = root.path.getUsableSpace();
412 row.add(Root.COLUMN_AVAILABLE_BYTES, availableBytes);
  /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 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 420 milliseconds