Searched refs:isLowSpace (Results 1 – 1 of 1) sorted by relevance
178 if (isLowSpace(totalSpace, usableSpace)) { in cacheAttachmentUri()226 if (isLowSpace(totalSpace, usableSpace)) { in cacheAttachmentUri()257 private static boolean isLowSpace(long totalSpace, long usableSpace) { in isLowSpace() method in AttachmentUtils