Home
last modified time | relevance | path

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