Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java209 verifyAndCleanupSingleFileDownload(dlRequest, blobData); in testDownloadToExternal()
311 verifyAndCleanupSingleFileDownload(dlRequest, blobData); in testRelativeRedirect()
DDownloadManagerStressTest.java200 verifyAndCleanupSingleFileDownload(dlRequest, blobData); in testDownloadToCacheWithAlmostFullCache()
DDownloadManagerBaseTest.java487 protected void verifyAndCleanupSingleFileDownload(long requestId, byte[] fileData) in verifyAndCleanupSingleFileDownload() method in DownloadManagerBaseTest