Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DStorageStatsSource.java105 long getCacheBytes(); in getCacheBytes() method
129 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl
130 return mStats.getCacheBytes(); in getCacheBytes()
DApplicationsState.java400 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()
1116 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java157 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager
159 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes()
170 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager
171 return getCacheBytes(convert(uuid)); in getCacheBytes()
DIStorageStatsManager.aidl28 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
DStorageStats.java82 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
/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.java221 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java211 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes()
225 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2861 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes()
2917 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
/frameworks/base/config/
Dboot-image-profile.txt1172 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/lang/String;)J
1173 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/util/UUID;)J
16300 HSPLandroid/app/usage/IStorageStatsManager;->getCacheBytes(Ljava/lang/String;Ljava/lang/String;)J
16345 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
Dhiddenapi-public-dex.txt4633 Landroid/app/usage/StorageStats;->getCacheBytes()J
/frameworks/base/api/
Dcurrent.txt7442 method public long getCacheBytes();