Searched refs:mBlobHandle (Results 1 – 2 of 2) sorted by relevance
101 private final BlobHandle mBlobHandle; field in BlobStoreSession130 this.mBlobHandle = blobHandle; in BlobStoreSession()145 return mBlobHandle; in getBlobHandle()455 mDataDigest = FileUtils.digest(getSessionFile(), mBlobHandle.algorithm); in computeDigest()465 if (mDataDigest != null && Arrays.equals(mDataDigest, mBlobHandle.digest)) { in verifyBlobData()472 + BlobHandle.safeDigest(mBlobHandle.digest) + ")"); in verifyBlobData()542 + ",handle:" + mBlobHandle in toString()565 mBlobHandle.dump(fout, dumpArgs.shouldDumpFull()); in dump()585 mBlobHandle.writeToXml(out); in writeToXml()
92 private final BlobHandle mBlobHandle; field in BlobMetadata117 this.mBlobHandle = blobHandle; in BlobMetadata()125 return mBlobHandle; in getBlobHandle()646 mBlobHandle.getExpiryTimeMillis(), committersBytes, leaseesBytes); in dumpAsStatsEvent()654 mBlobHandle.dump(fout, dumpArgs.shouldDumpFull()); in dump()709 mBlobHandle.writeToXml(out); in writeToXml()