Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveHandleTest.java132 private static List<ArchiveEntry> transformToIterable(Enumeration<ArchiveEntry> enumeration) { in transformToIterable() method in ArchiveHandleTest
557 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_zipFile_shouldTheSameWithList()
567 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_tarFile_shouldTheSameWithList()
577 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_tgzFile_shouldTheSameWithList()
587 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_tarBzFile_shouldTheSameWithList()
597 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_tarBrotliFile_shouldTheSameWithList()
607 assertThat(transformToIterable(archiveHandle.getEntries())) in getEntries_tarXzFile_shouldTheSameWithList()