Searched refs:getCacheQuotaBytes (Results 1 – 10 of 10) 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 | 3139 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageManagerService 3146 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/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |