Home
last modified time | relevance | path

Searched defs:getFreeBytes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageVolumeProvider.java57 long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException; in getFreeBytes() method
DStorageManagerVolumeProvider.java58 public long getFreeBytes(StorageStatsManager stats, VolumeInfo volume) throws IOException { in getFreeBytes() method in StorageManagerVolumeProvider
/frameworks/base/core/java/android/os/
DStatFs.java123 public long getFreeBytes() { in getFreeBytes() method in StatFs
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java144 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes() method in StorageStatsManager
157 public long getFreeBytes(String uuid) throws IOException { in getFreeBytes() method in StorageStatsManager
DIStorageStatsManager.aidl29 long getFreeBytes(String volumeUuid, String callingPackage); in getFreeBytes() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java234 public long getFreeBytes(String volumeUuid, String callingPackage) { in getFreeBytes() method in StorageStatsService