Searched refs:getBlobHandle (Results 1 – 7 of 7) sorted by relevance
118 deleteBlob(blobData.getBlobHandle()); in testComputeDigest()148 acquireLease(mContext, blobData.getBlobHandle(), "Test Desc"); in testBlobStoreReads()155 mBlobStoreManager.openBlob(blobData.getBlobHandle()))) { in testBlobStoreReads()162 deleteBlob(blobData.getBlobHandle()); in testBlobStoreReads()189 final long sessionId = mBlobStoreManager.createSession(blobData.getBlobHandle()); in testBlobStoreWrites()246 final long sessionId = mBlobStoreManager.createSession(blobData.getBlobHandle()); in commitBlob()
87 mService.deleteBlob(args.getBlobHandle(), args.userId); in runDeleteBlob()188 public BlobHandle getBlobHandle() { in getBlobHandle() method in BlobStoreManagerShellCommand.ParsedArgs
326 mBlobsMap.put(blobMetadata.getBlobHandle(), blobMetadata); in addBlobLocked()644 leasedBlobs.add(blobMetadata.getBlobHandle()); in getLeasedBlobsInternal()717 final int blobIndex = mBlobsMap.indexOfKey(session.getBlobHandle()); in onStateChangedInternal()722 session.getBlobHandle()); in onStateChangedInternal()755 mBlobsMap.remove(blob.getBlobHandle()); in onStateChangedInternal()946 blobMetadata.getBlobHandle()); in readBlobsInfoLocked()1151 if (blobStoreSession.getBlobHandle().isExpired()) { in handleIdleMaintenanceLocked()
124 BlobHandle getBlobHandle() { in getBlobHandle() method in BlobMetadata269 if (getBlobHandle().isExpired()) { in isAccessAllowedForCaller()589 if (getBlobHandle().isExpired()) { in shouldBeDeleted()
144 public BlobHandle getBlobHandle() { in getBlobHandle() method in BlobStoreSession
370 doReturn(blobHandle).when(session).getBlobHandle(); in createBlobStoreSessionMock()381 doReturn(blobHandle).when(blobMetadata).getBlobHandle(); in createBlobMetadataMock()388 doReturn(blobHandle).when(blobMetadata).getBlobHandle(); in addBlob()
133 public BlobHandle getBlobHandle() throws Exception { in getBlobHandle() method in FakeBlobData