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()454 mDataDigest = FileUtils.digest(getSessionFile(), mBlobHandle.algorithm); in computeDigest()464 if (mDataDigest != null && Arrays.equals(mDataDigest, mBlobHandle.digest)) { in verifyBlobData()471 + BlobHandle.safeDigest(mBlobHandle.digest) + ")"); in verifyBlobData()541 + ",handle:" + mBlobHandle in toString()564 mBlobHandle.dump(fout, dumpArgs.shouldDumpFull()); in dump()584 mBlobHandle.writeToXml(out); in writeToXml()
92 private final BlobHandle mBlobHandle; field in BlobMetadata117 this.mBlobHandle = blobHandle; in BlobMetadata()125 return mBlobHandle; in getBlobHandle()647 mBlobHandle.getExpiryTimeMillis(), committersBytes, leaseesBytes); in dumpAsStatsEvent()655 mBlobHandle.dump(fout, dumpArgs.shouldDumpFull()); in dump()710 mBlobHandle.writeToXml(out); in writeToXml()