Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java93 private static final int IH_VERSION = 24; field in BlobCache
207 if (readInt(buf, IH_VERSION) != mVersion) { in loadIndex()
311 writeInt(buf, IH_VERSION, mVersion); in resetCache()