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