Searched refs:cacheBytes (Results 1 – 5 of 5) 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()
228 long cacheBytes = 0; in getCacheBytes() local231 cacheBytes += stats.cacheBytes; in getCacheBytes()233 return cacheBytes; in getCacheBytes()456 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
139 storageStats.cacheBytes = 30; in setUp()
1249 final long cacheBytes = (path.getTotalSpace() * cachePercent) / 100; in getStorageCacheBytes() local1254 final long result = Math.min(cacheBytes, maxCacheBytes); in getStorageCacheBytes()