Searched refs:findDocumentPath (Results 1 – 5 of 5) sorted by relevance
53 @Nullable Path findDocumentPath(Uri uri) throws RemoteException, FileNotFoundException; in findDocumentPath() method126 public Path findDocumentPath(Uri docUri) throws RemoteException, FileNotFoundException { in findDocumentPath() method in DocumentsAccess.RuntimeDocumentAccess130 return DocumentsContract.findDocumentPath(wrap(client), docUri); in findDocumentPath()
75 final Path path = mDocs.findDocumentPath(docUri); in run()
341 final Path path = DocumentsContract.findDocumentPath(wrap(client), docUri); in logStorageFileOperationFailure()
87 public Path findDocumentPath(Uri docUri) throws RemoteException { in findDocumentPath() method in TestDocumentsAccess
178 …public Path findDocumentPath(@Nullable String parentDocId, String docId) throws FileNotFoundExcept… in findDocumentPath() method in DownloadStorageProvider192 return new Path(rootId, findDocumentPath(parent, doc)); in findDocumentPath()