/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | StorageStatsSource.java | 112 long getCacheBytes(); in getCacheBytes() method 136 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl 137 return mStats.getCacheBytes(); in getCacheBytes()
|
D | ApplicationsState.java | 577 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize() 1393 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
|
/frameworks/base/core/java/android/app/usage/ |
D | StorageStatsManager.java | 160 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager 162 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes() 173 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager 174 return getCacheBytes(convert(uuid)); in getCacheBytes()
|
D | IStorageStatsManager.aidl | 30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
|
D | StorageStats.java | 197 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | AppCollector.java | 137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
D | StorageMeasurement.java | 222 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 314 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() 331 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
|
/frameworks/base/services/core/java/com/android/server/apphibernation/ |
D | AppHibernationService.java | 471 state.savedByte = stats.getCacheBytes(); in hibernatePackageForUser()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 4095 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes() 4159 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 1950 pw.println("cache: " + getDataSizeDisplay(stats.getCacheBytes())); in runGetPackageStorageStats()
|
/frameworks/base/boot/hiddenapi/ |
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
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 3415 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 3415 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
|
/frameworks/base/core/api/ |
D | current.txt | 9426 method public long getCacheBytes();
|