Searched refs:cacheBytes (Results 1 – 6 of 6) sorted by relevance
34 /** {@hide} */ public long cacheBytes; field in StorageStats83 return cacheBytes; in getCacheBytes()94 this.cacheBytes = in.readLong(); in StorageStats()106 dest.writeLong(cacheBytes); in writeToParcel()
32 storageStats.cacheBytes = 1; in AppStorageStatsImpl_totalCorrectly()
227 long cacheBytes = 0; in getCacheBytes() local230 cacheBytes += stats.cacheBytes; in getCacheBytes()232 return cacheBytes; in getCacheBytes()455 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
194 storageStats.cacheBytes = 30; in setUp()196 storageStats.dataBytes = storageStats.cacheBytes + 20; in setUp()
1350 final long cacheBytes = (path.getTotalSpace() * cachePercent) / 100; in getStorageCacheBytes() local1355 final long result = Math.min(cacheBytes, maxCacheBytes); in getStorageCacheBytes()
10043 Landroid/app/usage/StorageStats;->cacheBytes:J