Home
last modified time | relevance | path

Searched defs:verifyFileContents (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java354 protected void verifyFileContents(ParcelFileDescriptor actual, byte[] expected) in verifyFileContents() method in DownloadManagerBaseTest
391 protected void verifyFileContents(ParcelFileDescriptor pfd, File file) throws IOException { in verifyFileContents() method in DownloadManagerBaseTest
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java520 private void verifyFileContents(String file, byte[] testData) throws IOException { in verifyFileContents() method in TestServiceClient