Home
last modified time | relevance | path

Searched refs:getFreeBytes (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageManagerVolumeProvider.java58 public long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getFreeBytes() method in StorageManagerVolumeProvider
59 return stats.getFreeBytes(volume.getFsUuid()); in getFreeBytes()
H A DStorageVolumeProvider.java57 long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getFreeBytes() method
H A DPrivateStorageInfo.java51 privateFreeBytes += sm.getFreeBytes(stats, info); in getPrivateStorageInfo()
H A DStorageMeasurement.java164 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage()
/aosp14/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java144 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes() method in StorageStatsManager
146 return mService.getFreeBytes(convert(storageUuid), mContext.getOpPackageName()); in getFreeBytes()
157 public long getFreeBytes(String uuid) throws IOException { in getFreeBytes() method in StorageStatsManager
158 return getFreeBytes(convert(uuid)); in getFreeBytes()
H A DIStorageStatsManager.aidl29 long getFreeBytes(String volumeUuid, String callingPackage); in getFreeBytes() method
/aosp14/frameworks/base/core/java/android/os/
H A DStatFs.java123 public long getFreeBytes() { in getFreeBytes() method in StatFs
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java566 .getFreeBytes(root.storageUuid); in queryRoots()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java291 public long getFreeBytes(String volumeUuid, String callingPackage) { in getFreeBytes() method in StorageStatsService
/aosp14/frameworks/base/core/api/
H A Dremoved.txt61 method @Deprecated public long getFreeBytes(String) throws java.io.IOException;
H A Dcurrent.txt9197 … method @WorkerThread public long getFreeBytes(@NonNull java.util.UUID) throws java.io.IOException;
33734 method public long getFreeBytes();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9230 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->getFreeBytes(Ljava/lang/String;Ljava/lang/Stri…
9255 Landroid/app/usage/IStorageStatsManager;->getFreeBytes(Ljava/lang/String;Ljava/lang/String;)J