Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java201 verifyFileSize(pfd, filesize); in verifyFileDownloadSucceeded()
244 verifyFileSize(pfd, filesize); in runLargeDownloadOverWiFi()
322 verifyFileSize(pfd, filesize); in runDownloadMultipleSwitching()
390 verifyFileSize(pfd, filesize); in runDownloadMultipleWiFiEnableDisable()
461 verifyFileSize(pfd, filesize); in runDownloadMultipleAirplaneModeEnableDisable()
DDownloadManagerBaseTest.java253 protected void verifyFileSize(ParcelFileDescriptor pfd, long size) { in verifyFileSize() method in DownloadManagerBaseTest
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java137 verifyFileSize(pfd, largeFile.length()); in testDownloadLargeFile()
DDownloadManagerBaseTest.java342 protected void verifyFileSize(ParcelFileDescriptor pfd, long size) { in verifyFileSize() method in DownloadManagerBaseTest
497 verifyFileSize(pfd, fileSize); in verifyAndCleanupSingleFileDownload()
DDownloadManagerFunctionalTest.java140 verifyFileSize(pfd, fileSize); in verifyDownload()