Home
last modified time | relevance | path

Searched defs:getCacheQuotaBytes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DIStorageStatsManager.aidl28 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage); in getCacheQuotaBytes() method
DStorageStatsManager.java334 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java57 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsSource
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1542 public @BytesLong long getCacheQuotaBytes(@NonNull UUID storageUuid) throws IOException { in getCacheQuotaBytes() method in StorageManager
1556 public long getCacheQuotaBytes(@NonNull File path) throws IOException { in getCacheQuotaBytes() method in StorageManager
1603 public long getCacheQuotaBytes() throws IOException { in getCacheQuotaBytes() method in StorageManager
DIStorageManager.aidl294 long getCacheQuotaBytes(String volumeUuid, int uid) = 75; in getCacheQuotaBytes() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java225 public long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage) { in getCacheQuotaBytes() method in StorageStatsService
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java484 public long getCacheQuotaBytes(String volumeUuid, int uid) throws RemoteException { in getCacheQuotaBytes() method in MockStorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3265 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService