Searched refs:minAvailable (Results 1 – 1 of 1) sorted by relevance
1241 final long minAvailable = (long)(totalStorage * PREFETCH_MINIMUM_STORAGE_AVAILABLE); in canPrefetchForAccount() local1244 if (usableStorage < minAvailable) { in canPrefetchForAccount()