Searched defs:verifyFileContents (Results 1 – 2 of 2) sorted by relevance
354 protected void verifyFileContents(ParcelFileDescriptor actual, byte[] expected) in verifyFileContents() method in DownloadManagerBaseTest391 protected void verifyFileContents(ParcelFileDescriptor pfd, File file) throws IOException { in verifyFileContents() method in DownloadManagerBaseTest
520 private void verifyFileContents(String file, byte[] testData) throws IOException { in verifyFileContents() method in TestServiceClient