Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A 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()
H A DDownloadManagerStressTest.java136 verifyFileContents(pfd, largeFile); in testDownloadLargeFile()
H A DDownloadManagerFunctionalTest.java141 verifyFileContents(pfd, fileData); in verifyDownload()