Searched defs:assertZipContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java746 assertZipContent(zipUri, BUGREPORT_FILE, BUGREPORT_CONTENT);
748 assertZipContent(zipUri, "title.txt", title);
751 assertZipContent(zipUri, "description.txt", description);
795 private void assertZipContent(Uri uri, String entryName, String expectedContent) method in class:BugreportReceiverTest

Completed in 100 milliseconds