Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DStorageStatsSource.java106 long getCacheBytes(); in getCacheBytes() method
130 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl
131 return mStats.getCacheBytes(); in getCacheBytes()
H A DApplicationsState.java566 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()
1371 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
/aosp14/frameworks/base/core/java/android/app/usage/
H A 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()
H A DStorageStats.java77 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
H A DIStorageStatsManager.aidl30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DAppCollector.java137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java222 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java308 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes()
325 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationService.java468 state.savedByte = stats.getCacheBytes(); in hibernatePackageForUser()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3948 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes()
4012 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9228 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->getCacheBytes(Ljava/lang/String;Ljava/lang/Str…
9253 Landroid/app/usage/IStorageStatsManager;->getCacheBytes(Ljava/lang/String;Ljava/lang/String;)J
9324 Landroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/lang/String;)J
9325 Landroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/util/UUID;)J
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt3493 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt3493 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9189 method public long getCacheBytes();