Searched defs:storageUuid (Results 1 – 5 of 5) sorted by relevance
67 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()
1542 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()
85 public UUID storageUuid; field in ExternalStorageProvider.RootInfo131 final UUID storageUuid; in updateVolumesLocked() local
636 public UUID storageUuid; field in ApplicationInfo
5842 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local