Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java32 import static android.provider.DocumentsContract.findDocumentPath;
309 doReturn(res).when(mProvider).findDocumentPath(DOC_RED, DOC_BLUE); in testFindDocumentPath()
310 assertEquals(res, findDocumentPath(mResolver, in testFindDocumentPath()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java301 public Path findDocumentPath(String parentDocumentId, String documentId) in findDocumentPath() method in MyDocumentsProvider
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java566 Path path = DocumentsContract.findDocumentPath(resolver, dirPic); in testFindDocumentPathInScopedAccess()