Searched refs:getCacheQuotaBytes (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | StorageStatsSource.java | 58 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource 59 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
|
D | ApplicationsState.java | 517 mStats.getCacheQuotaBytes( in requestSize()
|
/frameworks/base/core/java/android/app/usage/ |
D | IStorageStatsManager.aidl | 29 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
|
D | StorageStatsManager.java | 343 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsManager 345 return mService.getCacheQuotaBytes(volumeUuid, uid, mContext.getOpPackageName()); in getCacheQuotaBytes()
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 185 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
|
D | StorageManager.java | 1905 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() method in StorageManager 1908 return mStorageManager.getCacheQuotaBytes(convert(storageUuid), app.uid); in getCacheQuotaBytes()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 236 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { in getCacheQuotaBytes() method in StorageStatsService
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3159 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService 3166 return stats.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
|
/frameworks/base/services/ |
D | art-profile | 1772 PLcom/android/server/StorageManagerService;->getCacheQuotaBytes(Ljava/lang/String;I)J 13724 PLcom/android/server/usage/StorageStatsService;->getCacheQuotaBytes(Ljava/lang/String;ILjava/lang/S…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 9238 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->getCacheQuotaBytes(Ljava/lang/String;ILjava/la… 9263 Landroid/app/usage/IStorageStatsManager;->getCacheQuotaBytes(Ljava/lang/String;ILjava/lang/String;)J 9407 Landroid/app/usage/StorageStatsManager;->getCacheQuotaBytes(Ljava/lang/String;I)J 52554 Landroid/os/storage/IStorageManager$Stub$Proxy;->getCacheQuotaBytes(Ljava/lang/String;I)J 52672 Landroid/os/storage/IStorageManager;->getCacheQuotaBytes(Ljava/lang/String;I)J
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 35865 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
|
/frameworks/base/api/ |
D | current.txt | 36009 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
|