Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveHandleTest.java73 private static class ArchiveEntryRecord implements ArchiveEntry { class in ArchiveHandleTest
78 private ArchiveEntryRecord(ArchiveEntry archiveEntry) { in ArchiveEntryRecord() method in ArchiveHandleTest.ArchiveEntryRecord
82 private ArchiveEntryRecord(String name, long size, boolean isDirectory) { in ArchiveEntryRecord() method in ArchiveHandleTest.ArchiveEntryRecord
94 if (obj instanceof ArchiveEntryRecord) { in equals()
95 ArchiveEntryRecord recordB = (ArchiveEntryRecord) obj; in equals()
135 list.add(new ArchiveEntryRecord(enumeration.nextElement())); in transformToIterable()
140 private static final List<ArchiveEntryRecord> sExpectEntries =
141 new ArrayList<ArchiveEntryRecord>() {
143 add(new ArchiveEntryRecord("hello/hello.txt", 48, false));
144 add(new ArchiveEntryRecord("hello/inside_folder/hello_insside.txt",
[all …]