Home
last modified time | relevance | path

Searched refs:acquireLease (Results 1 – 4 of 4) sorted by relevance

/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java20 import static com.android.utils.blob.Utils.acquireLease;
876 acquireLease(mContext, blobData.getBlobHandle(), in testAcquireReleaseLease()
880 acquireLease(mContext, blobData.getBlobHandle(), R.string.test_desc, in testAcquireReleaseLease()
883 acquireLease(mContext, blobData.getBlobHandle(), R.string.test_desc); in testAcquireReleaseLease()
888 acquireLease(mContext, blobData.getBlobHandle(), "Test description", in testAcquireReleaseLease()
891 acquireLease(mContext, blobData.getBlobHandle(), "Test description two"); in testAcquireReleaseLease()
911 acquireLease(mContext, blobData.getBlobHandle(), R.string.test_desc, in testAcquireLease_multipleLeases()
917 acquireLease(mContext, blobData2.getBlobHandle(), "Test desc2", in testAcquireLease_multipleLeases()
947 acquireLease(mContext, blobData.getBlobHandle(), R.string.test_desc); in testAcquireLease_multipleLeasees()
972 acquireLease(mContext, blobData.getBlobHandle(), R.string.test_desc, in testAcquireLease_leaseExpired()
[all …]
/cts/tests/BlobStore/aidl/com/android/cts/blob/
DICommandReceiver.aidl28 void acquireLease(in BlobHandle blobHandle); in acquireLease() method
/cts/tests/BlobStore/helper-app/src/com/android/cts/blob/helper/
DBlobStoreTestService.java104 public void acquireLease(BlobHandle blobHandle) { in acquireLease() method in BlobStoreTestService.CommandReceiver
108 Utils.acquireLease(BlobStoreTestService.this, blobHandle, "Test description"); in acquireLease()
/cts/hostsidetests/blobstore/test-apps/BlobStoreHostTestHelper/src/com/android/cts/device/blob/
DAtomTest.java60 mBlobStoreManager.acquireLease(blobData.getBlobHandle(), "", leaseExpiryMs); in testBlobStoreOps()