Home
last modified time | relevance | path

Searched defs:parentDocId (Results 1 – 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java178 …ic Path findDocumentPath(@Nullable String parentDocId, String docId) throws FileNotFoundException { in findDocumentPath()
200 public String createDocument(String parentDocId, String mimeType, String displayName) in createDocument()
307 public Cursor queryChildDocuments(String parentDocId, String[] projection, String sortOrder) in queryChildDocuments()
314 String parentDocId, String[] projection, String sortOrder) in queryChildDocumentsForManage()
319 private Cursor queryChildDocuments(String parentDocId, String[] projection, in queryChildDocuments()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java183 public boolean isChildDocument(String parentDocId, String docId) { in isChildDocument()