Searched defs:getCacheQuotaBytes (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java343 public long getCacheQuotaBytes(String volumeUuid, int uid) { method in class:StorageStatsManager
345 return mService.getCacheQuotaBytes(volumeUuid, uid, mContext.getOpPackageName());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DStorageStatsSource.java57 public long getCacheQuotaBytes(String volumeUuid, int uid) { method in class:StorageStatsSource
58 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java237 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { method in class:StorageStatsService
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1609 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { method in class:StorageManager
1612 return mStorageManager.getCacheQuotaBytes(convert(storageUuid), app.uid);
1641 * @see #getCacheQuotaBytes(UUID)
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2840 public long getCacheQuotaBytes(String volumeUuid, int uid) { method in class:StorageManagerService
2847 return stats.getCacheQuotaBytes(volumeUuid, uid);

Completed in 621 milliseconds