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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 125 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
211 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
218 private void freeSomeSpaceIfNeed(int maxDeleteFileCount) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 158 private synchronized void freeSomeSpaceIfNeed(int maxDeleteFileCount) {
220 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT);
310 freeSomeSpaceIfNeed(MAX_DELETE_COUNT);

Completed in 124 milliseconds