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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 372 if (!lookupInternal(key, mActiveHashStart)) {
384 if (!lookupInternal(key, mActiveHashStart)) {
444 if (lookupInternal(req.key, mActiveHashStart)) {
456 if (lookupInternal(req.key, mInactiveHashStart)) {
550 private boolean lookupInternal(long key, int hashStart) {
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 371 if (!lookupInternal(key, mActiveHashStart)) {
433 if (lookupInternal(req.key, mActiveHashStart)) {
445 if (lookupInternal(req.key, mInactiveHashStart)) {
536 private boolean lookupInternal(long key, int hashStart) {

Completed in 239 milliseconds