Searched refs:mActiveEntries (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java115 private int mActiveEntries; field in class:BlobCache
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 *
[all...]
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java114 private int mActiveEntries; field in class:BlobCache
214 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES);
236 if (mActiveEntries < 0 || mActiveEntries > mMaxEntries) {
328 mActiveEntries = 0;
332 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
367 || mActiveEntries * 2 >= mMaxEntries) {
374 mActiveEntries++;
375 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
450 || mActiveEntries *
[all...]

Completed in 53 milliseconds