Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchive.java96 public static String getEntryPath(ArchiveEntry entry) { in getEntryPath() method in Archive
201 String pathWithSlash = entry.isDirectory() ? getEntryPath(entry) in isChildDocument()
202 : getEntryPath(entry) + "/"; in isChildDocument()
280 final ArchiveId parsedId = createArchiveId(getEntryPath(entry)); in addCursorRow()
DWriteableArchive.java83 final String entryPath = getEntryPath(entry); in addEntry()
92 mTree.get(getEntryPath(parentEntry)).add(entry); in addEntry()
168 entryPath = getEntryPath(entry); in createDocument()
DReadableArchive.java107 entryPath = getEntryPath(entry); in ReadableArchive()
129 entryPath = getEntryPath(entry); in ReadableArchive()