Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java204 public void readFromSessionAndVerifyDigest(BlobStoreManager.Session session) in readFromSessionAndVerifyDigest() method in FakeBlobData
206 readFromSessionAndVerifyDigest(session, 0, mFile.length()); in readFromSessionAndVerifyDigest()
209 public void readFromSessionAndVerifyDigest(BlobStoreManager.Session session, in readFromSessionAndVerifyDigest() method in FakeBlobData
/aosp_15_r20/cts/tests/BlobStore/src/com/android/cts/blob/
H A DBlobStoreManagerTest.java233 blobData.readFromSessionAndVerifyDigest(session); in testOpenReadWriteSession()
265 blobData.readFromSessionAndVerifyDigest(session); in testOpenSession_fromAnotherPkg()