HomeSort by relevance Sort by last modified time
    Searched refs:usableSpace (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 178 final long usableSpace = cacheDir.getUsableSpace() - attachment.size;
179 if (isLowSpace(totalSpace, usableSpace)) {
181 usableSpace, totalSpace, attachment);
226 final long usableSpace = cacheDir.getUsableSpace();
227 if (isLowSpace(totalSpace, usableSpace)) {
230 usableSpace, totalSpace, attachment);
258 private static boolean isLowSpace(long totalSpace, long usableSpace) {
262 return usableSpace <
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 128 milliseconds