Searched defs:findDocumentPath (Results 1 – 3 of 3) 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.RuntimeDocumentAccess
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 DownloadStorageProvider