Home
last modified time | relevance | path

Searched refs:getBlobHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
DBlobStorePerfTests.java118 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()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerShellCommand.java87 mService.deleteBlob(args.getBlobHandle(), args.userId); in runDeleteBlob()
188 public BlobHandle getBlobHandle() { in getBlobHandle() method in BlobStoreManagerShellCommand.ParsedArgs
DBlobStoreManagerService.java326 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()
DBlobMetadata.java124 BlobHandle getBlobHandle() { in getBlobHandle() method in BlobMetadata
269 if (getBlobHandle().isExpired()) { in isAccessAllowedForCaller()
589 if (getBlobHandle().isExpired()) { in shouldBeDeleted()
DBlobStoreSession.java144 public BlobHandle getBlobHandle() { in getBlobHandle() method in BlobStoreSession
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
DBlobStoreManagerServiceTest.java370 doReturn(blobHandle).when(session).getBlobHandle(); in createBlobStoreSessionMock()
381 doReturn(blobHandle).when(blobMetadata).getBlobHandle(); in createBlobMetadataMock()
388 doReturn(blobHandle).when(blobMetadata).getBlobHandle(); in addBlob()
/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
DFakeBlobData.java133 public BlobHandle getBlobHandle() throws Exception { in getBlobHandle() method in FakeBlobData