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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 90 private static final int IH_ACTIVE_REGION = 12;
214 mActiveRegion = readInt(buf, IH_ACTIVE_REGION);
308 writeInt(buf, IH_ACTIVE_REGION, 0);
332 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 91 private static final int IH_ACTIVE_REGION = 12;
215 mActiveRegion = readInt(buf, IH_ACTIVE_REGION);
309 writeInt(buf, IH_ACTIVE_REGION, 0);
333 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion);

Completed in 217 milliseconds