Searched defs:totalSpace (Results 1 – 2 of 2) sorted by relevance
84 final long totalSpace = 32 * GIGABYTE; in testEmpty() local99 final long totalSpace = KILOBYTE * 10; in testTotalStorage() local114 final long totalSpace = KILOBYTE * 10; in testPopulateWithVolume() local
177 final long totalSpace = cacheDir.getTotalSpace(); in cacheAttachmentUri() local267 private static boolean isLowSpace(long totalSpace, long usableSpace) { in isLowSpace()