Searched refs:blobData1 (Results 1 – 1 of 1) sorted by relevance
1331 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext) in testLeaseQuotaExceeded_withExpiredLease() local1334 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() local1559 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() local1573 blobData1.prepare(); in testCommitSession_countLimitExceeded()[all …]