Searched refs:PREFETCH_MINIMUM_STORAGE_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
96 private static final float PREFETCH_MINIMUM_STORAGE_AVAILABLE = 0.25F; field in AttachmentService1241 final long minAvailable = (long)(totalStorage * PREFETCH_MINIMUM_STORAGE_AVAILABLE); in canPrefetchForAccount()