Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DWriteableArchive.java56 private final Set<String> mPendingEntries = new HashSet<>(); field in WriteableArchive
183 mPendingEntries.add(entryPath); in createDocument()
217 if (!mPendingEntries.contains(parsedId.mPath)) { in openDocument()
220 mPendingEntries.remove(parsedId.mPath); in openDocument()
299 for (final String path : mPendingEntries) { in close()