Searched defs:storageUuid (Results 1 – 6 of 6) sorted by relevance
72 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()327 public @NonNull ExternalStorageStats queryExternalStatsForUser(@NonNull UUID storageUuid, in queryExternalStatsForUser()371 public Collection<CrateInfo> queryCratesForUid(@NonNull UUID storageUuid, in queryCratesForUid()[all …]
2093 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes()2128 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes()2292 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes()2301 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes()2341 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()2350 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()2784 public static @NonNull String convert(@NonNull UUID storageUuid) { in convert()
597 public Builder setStorageUuid(@Nullable UUID storageUuid) { in setStorageUuid()
93 public UUID storageUuid; field in ExternalStorageProvider.RootInfo175 final UUID storageUuid; in updateVolumesLocked() local
921 public UUID storageUuid; field in ApplicationInfo
6981 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local