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

/frameworks/support/documents-archive/src/android/support/provider/
H A DDocumentArchiveHelper.java322 * Loads an instance of DocumentArchive lazily.
331 private DocumentArchive mArchive = null;
342 synchronized DocumentArchive get() throws FileNotFoundException {
349 mArchive = DocumentArchive.createForLocalFile(
353 mArchive = DocumentArchive.createForParcelFileDescriptor(
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,
/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 67 milliseconds