Searched refs:verifyFileSize (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/ |
D | DownloadManagerTestApp.java | 201 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()
|
D | DownloadManagerBaseTest.java | 253 protected void verifyFileSize(ParcelFileDescriptor pfd, long size) { in verifyFileSize() method in DownloadManagerBaseTest
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerStressTest.java | 137 verifyFileSize(pfd, largeFile.length()); in testDownloadLargeFile()
|
D | DownloadManagerBaseTest.java | 342 protected void verifyFileSize(ParcelFileDescriptor pfd, long size) { in verifyFileSize() method in DownloadManagerBaseTest 497 verifyFileSize(pfd, fileSize); in verifyAndCleanupSingleFileDownload()
|
D | DownloadManagerFunctionalTest.java | 140 verifyFileSize(pfd, fileSize); in verifyDownload()
|