/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DocumentsProviderTest.java | 63 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 D | TestDocumentsProvider.java | 88 public Path findDocumentPath(@Nullable String parentDocumentId, String documentId) { in findDocumentPath() method in TestDocumentsProvider
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | DocumentsAccess.java | 57 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 D | LoadDocStackTask.java | 80 final Path path = mDocs.findDocumentPath(docUri, mUserId); in run()
|
H A D | Metrics.java | 374 final Path path = DocumentsContract.findDocumentPath(wrap(client), docUri); in logStorageFileOperationFailure()
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestDocumentsAccess.java | 88 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 D | MtpDocumentsProviderTest.java | 861 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 D | ExternalStorageProvider.java | 530 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 D | DocumentsProvider.java | 401 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) in findDocumentPath() method in DocumentsProvider 1257 Path path = findDocumentPath(parentDocumentId, documentId); in callUnchecked()
|
H A D | DocumentsContract.java | 1637 public static @Nullable Path findDocumentPath(@NonNull ContentResolver content, in findDocumentPath() method in DocumentsContract
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | CopyJob.java | 22 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 D | DownloadStorageProvider.java | 180 …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 D | FileSystemProvider.java | 224 protected final List<String> findDocumentPath(File parent, File doc) in findDocumentPath() method in FileSystemProvider
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | MtpDocumentsProvider.java | 497 public Path findDocumentPath(String parentDocumentId, String childDocumentId) in findDocumentPath() method in MtpDocumentsProvider
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34950 …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 D | hiddenapi-max-target-o.txt | 45184 Landroid/provider/DocumentsContract;->findDocumentPath(Landroid/content/ContentProviderClient;Landr…
|