Home
last modified time | relevance | path

Searched refs:storageThresholdPercentHigh (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java261 final int storageThresholdPercentHigh = DeviceConfig.getInt( in checkHigh() local
267 if (file.getUsableSpace() < file.getTotalSpace() * storageThresholdPercentHigh / 100) { in checkHigh()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1529 final int storageThresholdPercentHigh = DeviceConfig.getInt( in computeStorageCacheBytes() local
1540 final long storageThresholdHighBytes = totalBytes * storageThresholdPercentHigh / 100; in computeStorageCacheBytes()