Home
last modified time | relevance | path

Searched defs:storageUuid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported()
97 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes()
130 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes()
148 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes()
195 public @NonNull StorageStats queryStatsForPackage(@NonNull UUID storageUuid, in queryStatsForPackage()
238 public @NonNull StorageStats queryStatsForUid(@NonNull UUID storageUuid, int uid) in queryStatsForUid()
276 public @NonNull StorageStats queryStatsForUser(@NonNull UUID storageUuid, in queryStatsForUser()
313 public @NonNull ExternalStorageStats queryExternalStatsForUser(@NonNull UUID storageUuid, in queryExternalStatsForUser()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1542 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes()
1583 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes()
1702 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes()
1711 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes()
1759 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()
1768 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()
1976 public static String convert(UUID storageUuid) { in convert()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java85 public UUID storageUuid; field in ExternalStorageProvider.RootInfo
131 final UUID storageUuid; in updateVolumesLocked() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java636 public UUID storageUuid; field in ApplicationInfo
DPackageParser.java5842 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local