HomeSort by relevance Sort by last modified time
    Searched defs:DocumentFile (Results 1 - 4 of 4) sorted by null

  /frameworks/support/tests/java/android/support/v4/provider/
DocumentFileTest.java 25 import android.support.v4.provider.DocumentFile;
37 * Tests for {@link DocumentFile}
95 public void exec(DocumentFile doc) throws Exception;
101 public void exec(DocumentFile doc) throws Exception {
111 test.exec(DocumentFile.fromFile(root));
112 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri));
118 public void exec(DocumentFile doc) throws Exception {
122 final DocumentFile foo = doc.findFile(FOO);
123 final DocumentFile meow = doc.findFile(MEOW);
128 DocumentFile[] docs = meow.listFiles()
    [all...]
  /frameworks/support/v4/java/android/support/v4/provider/
DocumentFile.java 66 * As you navigate the tree of DocumentFile instances, you can always use
78 public abstract class DocumentFile {
79 static final String TAG = "DocumentFile";
81 private final DocumentFile mParent;
83 DocumentFile(DocumentFile parent) {
88 * Create a {@link DocumentFile} representing the filesystem tree rooted at
95 public static DocumentFile fromFile(File file) {
100 * Create a {@link DocumentFile} representing the single document at the
109 public static DocumentFile fromSingleUri(Context context, Uri singleUri)
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 2596 milliseconds