Searched defs:storageUuid (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/usage/ |
D | StorageStatsManager.java | 70 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() 86 public boolean isReservedSupported(@NonNull UUID storageUuid) { in isReservedSupported() 110 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes() 142 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes() 160 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() 207 public @NonNull StorageStats queryStatsForPackage(@NonNull UUID storageUuid, in queryStatsForPackage() 250 public @NonNull StorageStats queryStatsForUid(@NonNull UUID storageUuid, int uid) in queryStatsForUid() 288 public @NonNull StorageStats queryStatsForUser(@NonNull UUID storageUuid, in queryStatsForUser() 325 public @NonNull ExternalStorageStats queryExternalStatsForUser(@NonNull UUID storageUuid, in queryExternalStatsForUser() 369 public Collection<CrateInfo> queryCratesForUid(@NonNull UUID storageUuid, in queryCratesForUid() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | StorageStatsSource.java | 64 public long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes()
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 2111 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() 2146 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() 2320 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() 2329 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() 2369 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() 2378 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() 2822 public static @NonNull String convert(@NonNull UUID storageUuid) { in convert()
|
D | StorageVolume.java | 597 public Builder setStorageUuid(@Nullable UUID storageUuid) { in setStorageUuid()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 110 public UUID storageUuid; field in ExternalStorageProvider.RootInfo 192 final UUID storageUuid; in updateVolumesLocked() local
|
/frameworks/base/core/java/android/os/ |
D | Environment.java | 594 public static File getDataCePackageDirectoryForUser(@NonNull UUID storageUuid, in getDataCePackageDirectoryForUser() 636 public static File getDataDePackageDirectoryForUser(@NonNull UUID storageUuid, in getDataDePackageDirectoryForUser()
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 964 public UUID storageUuid; field in ApplicationInfo
|
D | PackageParser.java | 6982 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local
|