HomeSort by relevance Sort by last modified time
    Searched refs:freeBytes (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreference.java 75 final long freeBytes = path.getFreeSpace();
76 final long usedBytes = totalBytes - freeBytes;
85 if (freeBytes < mStorageManager.getStorageLowBytes(path)) {
PublicVolumeSettings.java 161 final long freeBytes = file.getFreeSpace();
162 final long usedBytes = totalBytes - freeBytes;
PrivateVolumeSettings.java 260 final long freeBytes = mVolume.getPath().getFreeSpace();
261 final long usedBytes = mTotalSize - freeBytes;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 85 static void freeBytes(char *bytes)
155 freeBytes(bytes);
218 freeBytes(leBytes);
219 freeBytes(beBytes);
273 freeBytes(bWindows);
274 freeBytes(bISO);
345 freeBytes(bytes);
509 freeBytes(bytes);
510 freeBytes(bytes_r);
587 freeBytes(bytes)
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 152 static void freeBytes(char *bytes)
237 freeBytes(bytes);
351 freeBytes(bytes);
417 freeBytes(leBytes);
418 freeBytes(beBytes);
483 freeBytes(bytes);
530 freeBytes(bWindows);
531 freeBytes(bISO);
677 freeBytes(bytes);
678 freeBytes(bytes_r)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 371 long freeBytes = mCacheStorageInfo.getFreeBytes();
386 Formatter.formatFileSize(activity, freeBytes));
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 

Completed in 92 milliseconds