Searched refs:cacheReservePercentLow (Results 1 – 1 of 1) sorted by relevance
1539 final int cacheReservePercentLow = DeviceConfig.getInt( in computeStorageCacheBytes() local1554 result = totalBytes * cacheReservePercentLow / 100; in computeStorageCacheBytes()1557 double slope = (cacheReservePercentHigh - cacheReservePercentLow) * totalBytes in computeStorageCacheBytes()1559 double intercept = totalBytes * cacheReservePercentLow / 100.0 in computeStorageCacheBytes()