Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java300 public Path findDocumentPath(String parentDocumentId, String documentId) in findDocumentPath() method in MyDocumentsProvider
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java500 Path path = DocumentsContract.findDocumentPath(resolver, dirPic); in testFindDocumentPathInScopedAccess()