Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java498 long blobKey = readLong(header, BH_KEY); in getBlob() local
499 if (blobKey == 0) { in getBlob()
502 if (blobKey != req.key) { in getBlob()
503 Log.w(TAG, "blob key does not match: " + blobKey); in getBlob()