Searched refs:storageThresholdPercentHigh (Results 1 – 2 of 2) sorted by relevance
261 final int storageThresholdPercentHigh = DeviceConfig.getInt( in checkHigh() local267 if (file.getUsableSpace() < file.getTotalSpace() * storageThresholdPercentHigh / 100) { in checkHigh()
1529 final int storageThresholdPercentHigh = DeviceConfig.getInt( in computeStorageCacheBytes() local1540 final long storageThresholdHighBytes = totalBytes * storageThresholdPercentHigh / 100; in computeStorageCacheBytes()