Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java372 if (!lookupInternal(key, mActiveHashStart)) { in insert()
384 if (!lookupInternal(key, mActiveHashStart)) { in clearEntry()
444 if (lookupInternal(req.key, mActiveHashStart)) { in lookup()
456 if (lookupInternal(req.key, mInactiveHashStart)) { in lookup()
550 private boolean lookupInternal(long key, int hashStart) { in lookupInternal() method in BlobCache