Searched refs:getCacheBytes (Results 1 – 13 of 13) sorted by relevance
106 long getCacheBytes(); in getCacheBytes() method130 public long getCacheBytes() { in getCacheBytes() method in StorageStatsSource.AppStorageStatsImpl131 return mStats.getCacheBytes(); in getCacheBytes()
537 legacy.cacheSize = Math.min(stats.getCacheBytes(), cacheQuota); in requestSize()1305 legacy.cacheSize = stats.getCacheBytes(); in handleMessage()
162 public @BytesLong long getCacheBytes(@NonNull UUID storageUuid) throws IOException { in getCacheBytes() method in StorageStatsManager164 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName()); in getCacheBytes()175 public long getCacheBytes(String uuid) throws IOException { in getCacheBytes() method in StorageStatsManager176 return getCacheBytes(convert(uuid)); in getCacheBytes()
82 public @BytesLong long getCacheBytes() { in getCacheBytes() method in StorageStats
30 long getCacheBytes(String volumeUuid, String callingPackage); in getCacheBytes() method
137 packageStats.cacheSize = storageStats.getCacheBytes(); in handleMessage()
222 details.cacheSize += stats.getCacheBytes(); in measureExactStorage()
249 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes()263 public long getCacheBytes(String volumeUuid, String callingPackage) { in getCacheBytes() method in StorageStatsService
3791 .queryStatsForUid(volumeUuid, uid).getCacheBytes(); in getCacheSizeBytes()3855 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes()
4287 HSPLandroid/app/usage/StorageStats;->getCacheBytes()J4290 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/lang/String;)J4291 HPLandroid/app/usage/StorageStatsManager;->getCacheBytes(Ljava/util/UUID;)J
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
32031 HPLcom/android/server/usage/StorageStatsService;->getCacheBytes(Ljava/lang/String;Ljava/lang/String…
8017 method public long getCacheBytes();