Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java104 long dlRequest = doBasicDownload(blobData); in testBinaryDownload()
105 verifyDownload(dlRequest, blobData); in testBinaryDownload()
117 long dlRequest = doBasicDownload(blobData); in testTextDownload()
118 verifyDownload(dlRequest, blobData); in testTextDownload()
158 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal_fileExists()
196 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testDownloadToExternal()
254 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testGetDownloadIdOnNotification()
303 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testRelativeRedirect()
323 long dlRequest = doBasicDownload(blobData); in testRemoveDownload()
342 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testSetTitle()
[all …]
H A DDownloadManagerStressTest.java83 byte[] blobData = generateData(size, DataType.TEXT); in testMultipleDownloads()
90 enqueueResponse(buildResponse(HTTP_OK, blobData)); in testMultipleDownloads()
198 byte[] blobData = generateData(DOWNLOAD_FILE_SIZE, DataType.TEXT); in testDownloadToCacheWithAlmostFullCache()
199 long dlRequest = doBasicDownload(blobData); in testDownloadToCacheWithAlmostFullCache()
200 verifyAndCleanupSingleFileDownload(dlRequest, blobData); in testDownloadToCacheWithAlmostFullCache()
H A DDownloadManagerBaseTest.java1025 protected long doBasicDownload(byte[] blobData) throws Exception { in doBasicDownload() argument
1026 long dlRequest = enqueueDownloadRequest(blobData); in doBasicDownload()
/aosp14/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
H A DBlobStorePerfTests.java113 commitBlob(blobData); in testComputeDigest()
118 deleteBlob(blobData.getBlobHandle()); in testComputeDigest()
146 final FakeBlobData blobData = prepareDataBlob(fileSizeInMb); in testBlobStoreReads() local
147 commitBlob(blobData); in testBlobStoreReads()
148 acquireLease(mContext, blobData.getBlobHandle(), "Test Desc"); in testBlobStoreReads()
162 deleteBlob(blobData.getBlobHandle()); in testBlobStoreReads()
184 final FakeBlobData blobData = prepareDataBlob(fileSizeInMb); in testBlobStoreWrites() local
241 blobData.prepare(); in prepareDataBlob()
242 return blobData; in prepareDataBlob()
245 private void commitBlob(FakeBlobData blobData) throws Exception { in commitBlob() argument
[all …]