Home
last modified time | relevance | path

Searched refs:storageUuid (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() argument
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()
97 public @BytesLong long getTotalBytes(@NonNull UUID storageUuid) throws IOException { in getTotalBytes() argument
99 return mService.getTotalBytes(convert(storageUuid), mContext.getOpPackageName()); in getTotalBytes()
129 public @BytesLong long getFreeBytes(@NonNull UUID storageUuid) throws IOException { in getFreeBytes() argument
131 return mService.getFreeBytes(convert(storageUuid), mContext.getOpPackageName()); in getFreeBytes()
147 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() argument
149 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes()
194 public @NonNull StorageStats queryStatsForPackage(@NonNull UUID storageUuid, in queryStatsForPackage() argument
198 return mService.queryStatsForPackage(convert(storageUuid), packageName, in queryStatsForPackage()
[all …]
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1566 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() argument
1569 return mStorageManager.getCacheQuotaBytes(convert(storageUuid), app.uid); in getCacheQuotaBytes()
1601 public @BytesLong long getCacheSizeBytes(@NonNull UUID storageUuid) throws IOException { in getCacheSizeBytes() argument
1604 return mStorageManager.getCacheSizeBytes(convert(storageUuid), app.uid); in getCacheSizeBytes()
1699 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() argument
1701 return getAllocatableBytes(storageUuid, 0); in getAllocatableBytes()
1708 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() argument
1711 return mStorageManager.getAllocatableBytes(convert(storageUuid), flags, in getAllocatableBytes()
1748 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() argument
1750 allocateBytes(storageUuid, bytes, 0); in allocateBytes()
[all …]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java85 public UUID storageUuid; field in ExternalStorageProvider.RootInfo
131 final UUID storageUuid; in updateVolumesLocked() local
150 storageUuid = StorageManager.UUID_DEFAULT; in updateVolumesLocked()
157 storageUuid = StorageManager.convert(privateVol.fsUuid); in updateVolumesLocked()
163 storageUuid = null; in updateVolumesLocked()
183 root.storageUuid = storageUuid; in updateVolumesLocked()
400 if (root.storageUuid != null) { in queryRoots()
404 .getFreeBytes(root.storageUuid); in queryRoots()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java666 public UUID storageUuid; field in ApplicationInfo
1191 storageUuid = orig.storageUuid; in ApplicationInfo()
1255 if (storageUuid != null) { in writeToParcel()
1257 dest.writeLong(storageUuid.getMostSignificantBits()); in writeToParcel()
1258 dest.writeLong(storageUuid.getLeastSignificantBits()); in writeToParcel()
1326 storageUuid = new UUID(source.readLong(), source.readLong()); in ApplicationInfo()
1327 volumeUuid = StorageManager.convert(storageUuid); in ApplicationInfo()
DPackageParser.java6000 final UUID storageUuid = StorageManager.convert(volumeUuid); in setApplicationVolumeUuid() local
6002 this.applicationInfo.storageUuid = storageUuid; in setApplicationVolumeUuid()
6007 childPackages.get(i).applicationInfo.storageUuid = storageUuid; in setApplicationVolumeUuid()
/frameworks/base/services/core/java/com/android/server/storage/
DAppCollector.java133 mStorageStatsManager.queryStatsForPackage(app.storageUuid, in handleMessage()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java347 entry.info.storageUuid, in requestSize()
352 entry.info.storageUuid.toString(), entry.info.uid); in requestSize()
1005 mCurComputingSizeUuid = entry.info.storageUuid; in handleMessage()
/frameworks/base/api/
Dcurrent.txt10237 field public java.util.UUID storageUuid;
Dtest-current.txt10274 field public java.util.UUID storageUuid;
Dsystem-current.txt10789 field public java.util.UUID storageUuid;