Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1545 final long storageThresholdLowBytes = getStorageLowBytes(path); in computeStorageCacheBytes() local
1551 } else if (usableBytes < storageThresholdLowBytes) { in computeStorageCacheBytes()
1558 / (100.0 * (storageThresholdHighBytes - storageThresholdLowBytes)); in computeStorageCacheBytes()
1560 - storageThresholdLowBytes * slope; in computeStorageCacheBytes()