Searched refs:fileData (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java123 * @param fileData The data to verify the file contains
125 private void verifyDownload(long requestId, byte[] fileData) argument
127 int fileSize = fileData.length;
135 verifyFileContents(pfd, fileData);
H A DDownloadManagerBaseTest.java480 * @param fileData The data to verify the file contains
482 protected void verifyAndCleanupSingleFileDownload(long requestId, byte[] fileData) argument
484 int fileSize = fileData.length;
493 verifyFileContents(pfd, fileData);

Completed in 60 milliseconds