Home
last modified time | relevance | path

Searched refs:getCacheBytes (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java106 long getCacheBytes(); in getCacheBytes() method
130 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl
131 return mStats.getCacheBytes(); in getCacheBytes()
DApplicationsState.java537 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()
1305 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java162 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager
164 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes()
175 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager
176 return getCacheBytes(convert(uuid)); in getCacheBytes()
DStorageStats.java82 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
DIStorageStatsManager.aidl30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
/frameworks/base/services/core/java/com/android/server/storage/
DAppCollector.java137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java222 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java249 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes()
263 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3791 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes()
3855 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
/frameworks/base/config/
Dboot-image-profile.txt4287 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
4290 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/lang/String;)J
4291 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/util/UUID;)J
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile32031 HPLcom/android/server/usage/StorageStatsService;->getCacheBytes(Ljava/lang/String;Ljava/lang/String…
/frameworks/base/api/
Dcurrent.txt8017 method public long getCacheBytes();