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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 93 private static final int IH_VERSION = 24;
207 if (readInt(buf, IH_VERSION) != mVersion) {
311 writeInt(buf, IH_VERSION, mVersion);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 92 private static final int IH_VERSION = 24;
206 if (readInt(buf, IH_VERSION) != mVersion) {
310 writeInt(buf, IH_VERSION, mVersion);

Completed in 201 milliseconds