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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 158 int availableBytes = blockSize * availableBlocks;
159 Log.i(TAG, "INITIAL stage, available space in /cache: " + availableBytes);
166 if (DOWNLOAD_FILE_SIZE <= availableBytes) {
167 int writeSizeBytes = availableBytes - (DOWNLOAD_FILE_SIZE / 2);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 54 public long availableBytes;
75 availableBytes = -1;
95 availableBytes = in.readLong();
114 out.writeLong(availableBytes);
151 root.availableBytes = getCursorLong(cursor, Root.COLUMN_AVAILABLE_BYTES);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 330 long availableBytes = st.getFreeBlocks()*blkSize;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java     [all...]

Completed in 139 milliseconds