Searched refs:findDocumentPath (Results 1 – 4 of 4) sorted by relevance
32 import static android.provider.DocumentsContract.findDocumentPath;353 doReturn(res).when(mProvider).findDocumentPath(DOC_RED, DOC_BLUE); in testFindDocumentPath()354 assertEquals(res, findDocumentPath(mResolver, in testFindDocumentPath()
302 public Path findDocumentPath(String parentDocumentId, String documentId) in findDocumentPath() method in MyDocumentsProvider
840 Path path = DocumentsContract.findDocumentPath(resolver, dirPic); in testFindDocumentPathInScopedAccess()
36991 …method @Nullable public static android.provider.DocumentsContract.Path findDocumentPath(@NonNull a…37092 …method public android.provider.DocumentsContract.Path findDocumentPath(@Nullable String, String) t…