Home
last modified time | relevance | path

Searched refs:MAX_DELETE_COUNT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java34 private static final int MAX_DELETE_COUNT = 16; field in FileCache
125 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in store()
211 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in initialize()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java43 private static final int MAX_DELETE_COUNT = 16; field in DownloadCache
220 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in initialize()
310 freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in onFutureDone()