Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsAccess.java53 @Nullable Path findDocumentPath(Uri uri) throws RemoteException, FileNotFoundException; in findDocumentPath() method
126 public Path findDocumentPath(Uri docUri) throws RemoteException, FileNotFoundException { in findDocumentPath() method in DocumentsAccess.RuntimeDocumentAccess
130 return DocumentsContract.findDocumentPath(wrap(client), docUri); in findDocumentPath()
DLoadDocStackTask.java75 final Path path = mDocs.findDocumentPath(docUri); in run()
DMetrics.java341 final Path path = DocumentsContract.findDocumentPath(wrap(client), docUri); in logStorageFileOperationFailure()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentsAccess.java87 public Path findDocumentPath(Uri docUri) throws RemoteException { in findDocumentPath() method in TestDocumentsAccess
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java178 …public Path findDocumentPath(@Nullable String parentDocId, String docId) throws FileNotFoundExcept… in findDocumentPath() method in DownloadStorageProvider
192 return new Path(rootId, findDocumentPath(parent, doc)); in findDocumentPath()