Searched refs:getCacheBytes (Results 1 – 12 of 12) sorted by relevance
105 long getCacheBytes(); in getCacheBytes() method129 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl130 return mStats.getCacheBytes(); in getCacheBytes()
400 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()1116 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
157 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager159 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes()170 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager171 return getCacheBytes(convert(uuid)); in getCacheBytes()
28 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
82 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
221 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
211 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes()225 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
2861 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes()2917 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
1172 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/lang/String;)J1173 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/util/UUID;)J16300 HSPLandroid/app/usage/IStorageStatsManager;->getCacheBytes(Ljava/lang/String;Ljava/lang/String;)J16345 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J
4633 Landroid/app/usage/StorageStats;->getCacheBytes()J
7442 method public long getCacheBytes();