Searched refs:MAX_DELETE_COUNT (Results 1 – 2 of 2) sorted by relevance
34 private static final int MAX_DELETE_COUNT = 16; field in FileCache125 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in store()211 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in initialize()
43 private static final int MAX_DELETE_COUNT = 16; field in DownloadCache220 if (mTotalBytes > mCapacity) freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in initialize()310 freeSomeSpaceIfNeed(MAX_DELETE_COUNT); in onFutureDone()