Searched refs:totalSpace (Results 1 – 1 of 1) sorted by relevance
176 final long totalSpace = cacheDir.getTotalSpace(); in cacheAttachmentUri() local179 if (isLowSpace(totalSpace, usableSpace)) { in cacheAttachmentUri()181 usableSpace, totalSpace, attachment); in cacheAttachmentUri()227 if (isLowSpace(totalSpace, usableSpace)) { in cacheAttachmentUri()230 usableSpace, totalSpace, attachment); in cacheAttachmentUri()258 private static boolean isLowSpace(long totalSpace, long usableSpace) { in isLowSpace() argument263 Math.min(totalSpace * MIN_CACHE_THRESHOLD, MIN_CACHE_AVAILABLE_SPACE_BYTES); in isLowSpace()