Searched defs:storageUuid (Results 1 – 6 of 6) sorted by relevance
67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported()83 public boolean isReservedSupported(@NonNull UUID storageUuid) { in isReservedSupported()107 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes()139 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes()157 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes()204 public @NonNull StorageStats queryStatsForPackage(@NonNull UUID storageUuid, in queryStatsForPackage()247 public @NonNull StorageStats queryStatsForUid(@NonNull UUID storageUuid, int uid) in queryStatsForUid()285 public @NonNull StorageStats queryStatsForUser(@NonNull UUID storageUuid, in queryStatsForUser()322 public @NonNull ExternalStorageStats queryExternalStatsForUser(@NonNull UUID storageUuid, in queryExternalStatsForUser()
1905 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes()1940 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes()2038 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes()2047 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes()2087 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes()2096 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes()2295 public static String convert(UUID storageUuid) { in convert()
90 public UUID storageUuid; field in ExternalStorageProvider.RootInfo162 final UUID storageUuid; in updateVolumesLocked() local
798 public UUID storageUuid; field in ApplicationInfo
6686 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local
2235 UUID storageUuid = appInfo.storageUuid; in pullAppsOnExternalStorageInfo() local