Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported()
88 public boolean isReservedSupported(@NonNull UUID storageUuid) { in isReservedSupported()
112 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes()
144 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes()
162 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes()
209 public @NonNull StorageStats queryStatsForPackage(@NonNull UUID storageUuid, in queryStatsForPackage()
252 public @NonNull StorageStats queryStatsForUid(@NonNull UUID storageUuid, int uid) in queryStatsForUid()
290 public @NonNull StorageStats queryStatsForUser(@NonNull UUID storageUuid, in queryStatsForUser()
371 public Collection<CrateInfo> queryCratesForUid(@NonNull UUID storageUuid, in queryCratesForUid()
403 public Collection<CrateInfo> queryCratesForPackage(@NonNull UUID storageUuid, in queryCratesForPackage()
[all …]
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java2035 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes()
2070 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes()
2234 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes()
2243 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes()
2283 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()
2292 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()
2727 public static @NonNull String convert(@NonNull UUID storageUuid) { in convert()
H A DStorageVolume.java597 public Builder setStorageUuid(@Nullable UUID storageUuid) { in setStorageUuid()
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java112 public UUID storageUuid; field in ExternalStorageProvider.RootInfo
194 final UUID storageUuid; in updateVolumesLocked() local
/aosp14/frameworks/base/core/java/android/os/
H A DEnvironment.java581 public static File getDataCePackageDirectoryForUser(@NonNull UUID storageUuid, in getDataCePackageDirectoryForUser()
623 public static File getDataDePackageDirectoryForUser(@NonNull UUID storageUuid, in getDataDePackageDirectoryForUser()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java941 public UUID storageUuid; field in ApplicationInfo
H A DPackageParser.java6981 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...