Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java353 protected void verifyFileContents(ParcelFileDescriptor actual, byte[] expected) in verifyFileContents() method in DownloadManagerBaseTest
390 protected void verifyFileContents(ParcelFileDescriptor pfd, File file) throws IOException { in verifyFileContents() method in DownloadManagerBaseTest
498 verifyFileContents(pfd, fileData); in verifyAndCleanupSingleFileDownload()
DDownloadManagerStressTest.java136 verifyFileContents(pfd, largeFile); in testDownloadLargeFile()
DDownloadManagerFunctionalTest.java141 verifyFileContents(pfd, fileData); in verifyDownload()