Searched refs:findDocumentPath (Results 1 – 8 of 8) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsAccess.java | 57 Path findDocumentPath(Uri uri, UserId userId) in findDocumentPath() method 139 public Path findDocumentPath(Uri docUri, UserId userId) in findDocumentPath() method in DocumentsAccess.RuntimeDocumentAccess 147 return DocumentsContract.findDocumentPath(wrap(client), docUri); in findDocumentPath()
|
D | LoadDocStackTask.java | 80 final Path path = mDocs.findDocumentPath(docUri, mUserId); in run()
|
D | Metrics.java | 374 final Path path = DocumentsContract.findDocumentPath(wrap(client), docUri); in logStorageFileOperationFailure()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestDocumentsAccess.java | 88 public Path findDocumentPath(Uri docUri, UserId userId) throws RemoteException { in findDocumentPath() method in TestDocumentsAccess
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDocumentsProviderTest.java | 862 final Path path = mProvider.findDocumentPath(null, "15"); in testFindDocumentPath_singleStorage_toRoot() 876 final Path path = mProvider.findDocumentPath("3", "18"); in testFindDocumentPath_singleStorage_toDoc() 891 final Path path = mProvider.findDocumentPath(null, "16"); in testFindDocumentPath_multiStorage_toRoot() 907 final Path path = mProvider.findDocumentPath("4", "19"); in testFindDocumentPath_multiStorage_toDoc()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | CopyJob.java | 22 import static android.provider.DocumentsContract.findDocumentPath; 880 final Path targetPath = findDocumentPath(wrap(getClient(target)), targetUri); in isRecursiveCopy()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
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()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 497 public Path findDocumentPath(String parentDocumentId, String childDocumentId) in findDocumentPath() method in MtpDocumentsProvider
|