Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java101 private final BlobHandle mBlobHandle; field in BlobStoreSession
130 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()
H A DBlobMetadata.java92 private final BlobHandle mBlobHandle; field in BlobMetadata
117 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()