Home
last modified time | relevance | path

Searched defs:treeUri (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/core-utils/tests/java/android/support/v4/provider/
DDocumentFileTest.java45 private Uri treeUri; field in DocumentFileTest
133 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testSimple() local
165 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testTraverse() local
196 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testReadAndWrite() local
221 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testMimes() local
265 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testCreate() local
295 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testDelete() local
340 test.exec(DocumentFile.fromTreeUri(getContext(), treeUri)); in testRename() local
/frameworks/base/core/tests/coretests/src/android/provider/
DDocumentsProviderTest.java115 final Uri treeUri = DocumentsContract.buildTreeDocumentUri(authority, parentDocId); in buildTreeDocumentUri() local
/frameworks/support/core-utils/java/android/support/v4/provider/
DDocumentFile.java127 public static DocumentFile fromTreeUri(Context context, Uri treeUri) { in fromTreeUri()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java843 public static Uri buildDocumentUriUsingTree(Uri treeUri, String documentId) { in buildDocumentUriUsingTree()
900 public static Uri buildChildDocumentsUriUsingTree(Uri treeUri, String parentDocumentId) { in buildChildDocumentsUriUsingTree()
1494 public static Path findDocumentPath(ContentResolver resolver, Uri treeUri) in findDocumentPath()
1496 checkArgument(isTreeUri(treeUri), treeUri + " is not a tree uri."); in findDocumentPath() local