Home
last modified time | relevance | path

Searched refs:getCacheQuotaBytes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java58 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource
59 return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
DApplicationsState.java517 mStats.getCacheQuotaBytes( in requestSize()
/frameworks/base/core/java/android/app/usage/
DIStorageStatsManager.aidl29 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
DStorageStatsManager.java343 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/
DIStorageManager.aidl185 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
DStorageManager.java1905 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/
DStorageStatsService.java236 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { in getCacheQuotaBytes() method in StorageStatsService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3159 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService
3166 return stats.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
/frameworks/base/services/
Dart-profile1772 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/
Dhiddenapi-greylist-max-o.txt9238 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/
Dcurrent.txt35865 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…
/frameworks/base/api/
Dcurrent.txt36009 …method @WorkerThread public long getCacheQuotaBytes(@NonNull java.util.UUID) throws java.io.IOExce…