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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 498 long blobKey = readLong(header, BH_KEY);
499 if (blobKey == 0) {
502 if (blobKey != req.key) {
503 Log.w(TAG, "blob key does not match: " + blobKey);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 489 long blobKey = readLong(header, BH_KEY);
490 if (blobKey != req.key) {
491 Log.w(TAG, "blob key does not match: " + blobKey);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 28 // DatabaseId, BlobKey
249 static bool IsValidBlobKey(int64 blobKey);

Completed in 110 milliseconds