/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
H A D | StorageManagerVolumeProvider.java | 58 public long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getFreeBytes() method in StorageManagerVolumeProvider 59 return stats.getFreeBytes(volume.getFsUuid()); in getFreeBytes()
|
H A D | StorageVolumeProvider.java | 57 long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getFreeBytes() method
|
H A D | PrivateStorageInfo.java | 51 privateFreeBytes += sm.getFreeBytes(stats, info); in getPrivateStorageInfo()
|
H A D | StorageMeasurement.java | 164 details.availSize = mStats.getFreeBytes(mVolume.fsUuid); in measureExactStorage()
|
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | StorageStatsManager.java | 144 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 D | IStorageStatsManager.aidl | 29 long getFreeBytes(String volumeUuid, String callingPackage); in getFreeBytes() method
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | StatFs.java | 123 public long getFreeBytes() { in getFreeBytes() method in StatFs
|
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
H A D | ExternalStorageProvider.java | 566 .getFreeBytes(root.storageUuid); in queryRoots()
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 291 public long getFreeBytes(String volumeUuid, String callingPackage) { in getFreeBytes() method in StorageStatsService
|
/aosp14/frameworks/base/core/api/ |
H A D | removed.txt | 61 method @Deprecated public long getFreeBytes(String) throws java.io.IOException;
|
H A D | current.txt | 9197 … 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9230 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
|