Searched refs:getFreeBytes (Results 1 – 12 of 12) sorted by relevance
58 public long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getFreeBytes() method in StorageManagerVolumeProvider59 return stats.getFreeBytes(volume.getFsUuid()); in getFreeBytes()
57 long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getFreeBytes() method
51 privateFreeBytes += sm.getFreeBytes(stats, info); in getPrivateStorageInfo()
164 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage()
139 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes() method in StorageStatsManager141 return mService.getFreeBytes(convert(storageUuid), mContext.getOpPackageName()); in getFreeBytes()152 public long getFreeBytes(String uuid) throws IOException { in getFreeBytes() method in StorageStatsManager153 return getFreeBytes(convert(uuid)); in getFreeBytes()
27 long getFreeBytes(String volumeUuid, String callingPackage); in getFreeBytes() method
123 public long getFreeBytes() { in getFreeBytes() method in StatFs
194 public long getFreeBytes(String volumeUuid, String callingPackage) { in getFreeBytes() method in StorageStatsService
455 .getFreeBytes(root.storageUuid); in queryRoots()
113 method @Deprecated public long getFreeBytes(String) throws java.io.IOException;
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
13725 PLcom/android/server/usage/StorageStatsService;->getFreeBytes(Ljava/lang/String;Ljava/lang/String;)J