Home
last modified time | relevance | path

Searched refs:getAssetText (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveHandleTest.java372 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_zipFile_shouldHaveTheSameContent()
458 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_sevenZFile_shouldHaveTheSameContent()
477 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFile_shouldHaveTheSameContent()
496 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileNullEntry_getNullInputStream()
516 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileInvalidEntry_getNullInputStream()
537 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarBrotliFile_shouldHaveTheSameContent()
H A DArchiveFileTestRule.java155 public String getAssetText(String assetPath) throws IOException { in getAssetText() method in ArchiveFileTestRule