Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java88 private static final int IH_MAX_ENTRIES = 4; field in BlobCache
212 mMaxEntries = readInt(buf, IH_MAX_ENTRIES); in loadIndex()
306 writeInt(buf, IH_MAX_ENTRIES, maxEntries); in resetCache()