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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 115 private int mActiveEntries;
215 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES);
237 if (mActiveEntries < 0 || mActiveEntries > mMaxEntries) {
329 mActiveEntries = 0;
333 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
368 || mActiveEntries * 2 >= mMaxEntries) {
375 mActiveEntries++;
376 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
461 || mActiveEntries * 2 >= mMaxEntries)
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 116 private int mActiveEntries;
216 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES);
238 if (mActiveEntries < 0 || mActiveEntries > mMaxEntries) {
330 mActiveEntries = 0;
334 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
369 || mActiveEntries * 2 >= mMaxEntries) {
376 mActiveEntries++;
377 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
452 || mActiveEntries * 2 >= mMaxEntries)
    [all...]

Completed in 1045 milliseconds