Searched refs:usableBytes (Results 1 – 2 of 2) sorted by relevance
205 final long usableBytes = file.getUsableSpace(); in checkLow() local214 } else if (usableBytes <= fullBytes) { in checkLow()216 } else if (usableBytes <= lowBytes) { in checkLow()219 && usableBytes < BOOT_IMAGE_STORAGE_REQUIREMENT) { in checkLow()226 if ((Math.abs(state.lastUsableBytes - usableBytes) > DEFAULT_LOG_DELTA_BYTES) in checkLow()229 usableBytes, totalBytes); in checkLow() local230 state.lastUsableBytes = usableBytes; in checkLow()
1539 final long usableBytes = path.getUsableSpace(); in computeStorageCacheBytes() local1543 if (usableBytes > storageThresholdHighBytes) { in computeStorageCacheBytes()1547 } else if (usableBytes < storageThresholdLowBytes) { in computeStorageCacheBytes()1557 result = Math.round(slope * usableBytes + intercept); in computeStorageCacheBytes()