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

/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java318 * Loads an instance of DocumentArchive lazily.
327 private DocumentArchive mArchive = null;
338 synchronized DocumentArchive get() throws FileNotFoundException {
345 mArchive = DocumentArchive.createForLocalFile(
349 mArchive = DocumentArchive.createForParcelFileDescriptor(
H A DDocumentArchive.java70 public class DocumentArchive implements Closeable { class in inherits:Closeable
71 private static final String TAG = "DocumentArchive";
90 private DocumentArchive( method in class:DocumentArchive
175 public static DocumentArchive createForLocalFile(
179 return new DocumentArchive(context, file, documentId, idDelimiter, notificationUri);
199 public static DocumentArchive createForParcelFileDescriptor(
225 return new DocumentArchive(context, snapshotFile, documentId, idDelimiter,
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DDocumentArchiveTest.java23 import android.support.provider.DocumentArchive;
34 * Tests for DocumentArchive.
40 private DocumentArchive mArchive = null;
62 mArchive = DocumentArchive.createForLocalFile(

Completed in 4951 milliseconds