Searched defs:DocumentArchive (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchive.java74 public class DocumentArchive implements Closeable { class in inherits:Closeable
75 private static final String TAG = "DocumentArchive";
94 private DocumentArchive( method in class:DocumentArchive
179 public static DocumentArchive createForLocalFile(
183 return new DocumentArchive(context, file, documentId, idDelimiter, notificationUri);
203 public static DocumentArchive createForParcelFileDescriptor(
229 return new DocumentArchive(context, snapshotFile, documentId, idDelimiter,

Completed in 429 milliseconds