Searched refs:blobData1 (Results 1 – 1 of 1) sorted by relevance
1324 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext) in testLeaseQuotaExceeded_withExpiredLease() local1327 blobData1.prepare(); in testLeaseQuotaExceeded_withExpiredLease()1333 commitBlob(blobData1); in testLeaseQuotaExceeded_withExpiredLease()1335 acquireLease(mContext, blobData1.getBlobHandle(), R.string.test_desc, in testLeaseQuotaExceeded_withExpiredLease()1341 waitForLeaseExpiration(waitDurationMs, blobData1.getBlobHandle()); in testLeaseQuotaExceeded_withExpiredLease()1551 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext).build(); in testCreateSession_countLimitExceeded() local1552 blobData1.prepare(); in testCreateSession_countLimitExceeded()1556 mBlobStoreManager.createSession(blobData1.getBlobHandle()); in testCreateSession_countLimitExceeded()1565 final FakeBlobData blobData1 = new FakeBlobData.Builder(mContext).build(); in testCommitSession_countLimitExceeded() local1566 blobData1.prepare(); in testCommitSession_countLimitExceeded()[all …]