Home
last modified time | relevance | path

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

/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1331 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext) in testLeaseQuotaExceeded_withExpiredLease() local
1334 blobData1.prepare(); in testLeaseQuotaExceeded_withExpiredLease()
1340 commitBlob(blobData1); in testLeaseQuotaExceeded_withExpiredLease()
1342 acquireLease(mContext, blobData1.getBlobHandle(), R.string.test_desc, in testLeaseQuotaExceeded_withExpiredLease()
1348 waitForLeaseExpiration(waitDurationMs, blobData1.getBlobHandle()); in testLeaseQuotaExceeded_withExpiredLease()
1558 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext).build(); in testCreateSession_countLimitExceeded() local
1559 blobData1.prepare(); in testCreateSession_countLimitExceeded()
1563 mBlobStoreManager.createSession(blobData1.getBlobHandle()); in testCreateSession_countLimitExceeded()
1572 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext).build(); in testCommitSession_countLimitExceeded() local
1573 blobData1.prepare(); in testCommitSession_countLimitExceeded()
[all …]