Home
last modified time | relevance | path

Searched defs: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