Home
last modified time | relevance | path

Searched refs:findDocumentPath (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DDocumentsProviderTest.java63 final Path actual = DocumentsContract.findDocumentPath( in testFindDocumentPath_docUri()
77 final Path actual = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri()
89 DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()
101 Path path = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_erasesNonNullRootId()
114 Path path = DocumentsContract.findDocumentPath(mResolver, docUri); in testFindDocumentPath_treeUri_erasesDocsOutsideTree()
H A DTestDocumentsProvider.java88 public Path findDocumentPath(@Nullable String parentDocumentId, String documentId) { in findDocumentPath() method in TestDocumentsProvider
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocumentsAccess.java57 Path findDocumentPath(Uri uri, UserId userId) in findDocumentPath() method
140 public Path findDocumentPath(Uri docUri, UserId userId) in findDocumentPath() method in DocumentsAccess.RuntimeDocumentAccess
148 return DocumentsContract.findDocumentPath(wrap(client), docUri); in findDocumentPath()
H A DLoadDocStackTask.java80 final Path path = mDocs.findDocumentPath(docUri, mUserId); in run()
H A DMetrics.java374 final Path path = DocumentsContract.findDocumentPath(wrap(client), docUri); in logStorageFileOperationFailure()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestDocumentsAccess.java88 public Path findDocumentPath(Uri docUri, UserId userId) throws RemoteException { in findDocumentPath() method in TestDocumentsAccess
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DMtpDocumentsProviderTest.java861 final Path path = mProvider.findDocumentPath(null, "15"); in testFindDocumentPath_singleStorage_toRoot()
875 final Path path = mProvider.findDocumentPath("3", "18"); in testFindDocumentPath_singleStorage_toDoc()
890 final Path path = mProvider.findDocumentPath(null, "16"); in testFindDocumentPath_multiStorage_toRoot()
906 final Path path = mProvider.findDocumentPath("4", "19"); in testFindDocumentPath_multiStorage_toDoc()
/aosp12/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java530 public Path findDocumentPath(@Nullable String parentDocId, String childDocId) in findDocumentPath() method in ExternalStorageProvider
542 return new Path(parentDocId == null ? root.rootId : null, findDocumentPath(parent, child)); in findDocumentPath()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java401 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) in findDocumentPath() method in DocumentsProvider
1257 Path path = findDocumentPath(parentDocumentId, documentId); in callUnchecked()
H A DDocumentsContract.java1637 public static @Nullable Path findDocumentPath(@NonNull ContentResolver content, in findDocumentPath() method in DocumentsContract
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java22 import static android.provider.DocumentsContract.findDocumentPath;
880 final Path targetPath = findDocumentPath(wrap(getClient(target)), targetUri); in isRecursiveCopy()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java180 …public Path findDocumentPath(@Nullable String parentDocId, String docId) throws FileNotFoundExcept… in findDocumentPath() method in DownloadStorageProvider
194 return new Path(rootId, findDocumentPath(parent, doc)); in findDocumentPath()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DFileSystemProvider.java224 protected final List<String> findDocumentPath(File parent, File doc) in findDocumentPath() method in FileSystemProvider
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDocumentsProvider.java497 public Path findDocumentPath(String parentDocumentId, String childDocumentId) in findDocumentPath() method in MtpDocumentsProvider
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34950 …method @Nullable public static android.provider.DocumentsContract.Path findDocumentPath(@NonNull a…
35051 …method public android.provider.DocumentsContract.Path findDocumentPath(@Nullable String, String) t…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45184 Landroid/provider/DocumentsContract;->findDocumentPath(Landroid/content/ContentProviderClient;Landr…