Home
last modified time | relevance | path

Searched refs:getTreeDocumentId (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/provider/
DDocumentFile.java131 DocumentsContract.getTreeDocumentId(treeUri))); in fromTreeUri()
/frameworks/base/core/java/android/provider/
DDocumentsProvider.java36 import static android.provider.DocumentsContract.getTreeDocumentId;
220 final String parent = getTreeDocumentId(documentUri); in enforceTree()
1118 ? DocumentsContract.getTreeDocumentId(documentUri) in callUnchecked()
DDocumentsContract.java846 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree()
903 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildChildDocumentsUriUsingTree()
1010 public static String getTreeDocumentId(Uri documentUri) { in getTreeDocumentId() method in DocumentsContract
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java445 final String parentDocId = DocumentsContract.getTreeDocumentId(uri); in getDocumentUri()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24771 method public static java.lang.String getTreeDocumentId(android.net.Uri);
/frameworks/base/api/
Dcurrent.txt34306 method public static java.lang.String getTreeDocumentId(android.net.Uri);
Dtest-current.txt34495 method public static java.lang.String getTreeDocumentId(android.net.Uri);
Dsystem-current.txt37254 method public static java.lang.String getTreeDocumentId(android.net.Uri);