Searched refs:cacheBytes (Results 1 – 3 of 3) 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()
216 long cacheBytes = 0; in getCacheBytes() local219 cacheBytes += stats.cacheBytes; in getCacheBytes()221 return cacheBytes; in getCacheBytes()443 res.cacheBytes = stats.cacheSize + stats.externalCacheSize; in translate()
1187 final long cacheBytes = (path.getTotalSpace() * cachePercent) / 100; in getStorageCacheBytes() local1192 return Math.min(cacheBytes, maxCacheBytes); in getStorageCacheBytes()