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