Searched defs:assertFileContents (Results 1 – 2 of 2) sorted by relevance
307 public void assertFileContents(Uri documentUri, byte[] expected) throws Exception { in assertFileContents() method in DocumentsProviderHelper313 public void assertFileContents(String parentId, String fileName, byte[] expected) in assertFileContents() method in DocumentsProviderHelper
627 private void assertFileContents(String expectedContents, String path) throws Exception { in assertFileContents() method in StagedRollbackTest