/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | StorageStatsSource.java | 106 long getCacheBytes(); in getCacheBytes() method 130 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl 131 return mStats.getCacheBytes(); in getCacheBytes()
|
H A D | ApplicationsState.java | 566 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 D | StorageStatsManager.java | 162 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 D | StorageStats.java | 77 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
|
H A D | IStorageStatsManager.aidl | 30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | AppCollector.java | 137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
H A D | StorageMeasurement.java | 222 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 308 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 D | AppHibernationService.java | 468 state.savedByte = stats.getCacheBytes(); in hibernatePackageForUser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 3948 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes() 4012 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9228 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 3493 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3493 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9189 method public long getCacheBytes();
|